Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Aug 20, 2021
2 parents 6c9b1c9 + 988ddb1 commit dd24a47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
with:
node-version: 12.x

- name: Set Version Tag
id: tag
run: echo ::set-env name=REACT_APP_PROJECT_VERSION::${GITHUB_REF#refs/*/}

- name: Install Packages
run: yarn --frozen-lockfile

Expand Down Expand Up @@ -48,10 +44,11 @@ jobs:
REACT_APP_EOS_API_PORT: 443
REACT_APP_EOS_API_PROTOCOL: https
REACT_APP_EOS_API_HOST_FAILOVER: api.eosargentina.io
EACT_APP_EOS_API_PORT_FAILOVER: 443
REACT_APP_EOS_API_PORT_FAILOVER: 443
REACT_APP_EOS_API_PROTOCOL_FAILOVER: https
REACT_APP_EVODEX_API_URL: https://api.evolutiondex.io
REACT_APP_EVODEX_API_URL_FAILOVER: https://api-2.evolutiondex.io
REACT_APP_EOS_BLOCK_EXPLORER_URL: https://bloks.io
REACT_APP_VOTE_CONTRACT: wevotethefee
REACT_APP_EVODEX_CONTRACT: evolutiondex
REACT_APP_PROJECT_VERSION: ${{ github.ref }}

0 comments on commit dd24a47

Please sign in to comment.