Skip to content

Commit

Permalink
fix: add missing workflow env vars (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinCast authored May 14, 2021
1 parent 0848d07 commit 7f8da9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
BRANCH: production
NAMESPACE: mainnet-eosrate
# webapp
REACT_APP_GRAPHQL_HTTP_URL: https://graphql.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: ws://graphql.eosrate.io/v1/graphql
REACT_APP_EOS_API_URL: https://api.eosio.cr
REACT_APP_EOS_API_HOST: api.eosio.cr
REACT_APP_EOS_API_PORT: 443
REACT_APP_EOS_API_PROTOCOL: https
REACT_APP_EOS_CHAIN_ID: aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906
REACT_APP_BLOCK_EXPLORER: https://bloks.io

- name: Build kubernetes files
id: build_kubernetes_files
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/push-staging-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
BRANCH: staging
NAMESPACE: jungle-eosrate
# webapp
REACT_APP_GRAPHQL_HTTP_URL: https://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_GRAPHQL_WS_URL: ws://graphql-jungle.eosrate.io/v1/graphql
REACT_APP_EOS_API_URL: https://jungle.eosio.cr
REACT_APP_EOS_API_HOST: jungle.eosio.cr
REACT_APP_EOS_API_PORT: 443
REACT_APP_EOS_API_PROTOCOL: https
REACT_APP_EOS_CHAIN_ID: 2a02a0053e5a8cf73a56ba0fda11e4d92e0238a4a2aa74fccf46d5a910746840
REACT_APP_BLOCK_EXPLORER: https://jungle3.bloks.io

- name: Build kubernetes files
id: build_kubernetes_files
Expand Down

0 comments on commit 7f8da9a

Please sign in to comment.