Skip to content

Commit

Permalink
Merge pull request #2672 from hypha-dao/fix/workflow-deploy-staging-d…
Browse files Browse the repository at this point in the history
…uplicate-env-variable-definition

chore: remove duplicate env var
  • Loading branch information
n13 authored Dec 19, 2024
2 parents 6f7c084 + 5909839 commit 1fe4b12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy to Staging

on:
push:
branches:
branches:
- master
- feat/add-support-for-dgraph-cloud-with-namespaces
jobs:
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
BLOCKCHAIN_EXPLORER_BTC: 'https://www.blockchain.com/btc/tx/'
BLOCKCHAIN_EXPLORER_ETH: 'https://etherscan.io/tx/'
BLOCKCHAIN_EXPLORER_EOS: 'https://bloks.io/transaction/'
CHAIN_NAME: 'telos'
PPP_ENV: 'prod'
SENTRY_DSN: 'https://[email protected]/1884471'
DOCUMENTATION: 'https://notepad.hypha.earth/5dC66nNXRVGpb1aTHaRJXw'
Expand Down Expand Up @@ -73,7 +72,7 @@ jobs:
LOGIN_CONTRACT: ${{ vars.LOGIN_CONTRACT }}
JOIN_CONTRACT: ${{ vars.JOIN_CONTRACT }}
JOIN_URI: 'https://join.hypha.earth/'

DEFFERED_HYPHA_CONTRACT: ${{vars.DEFFERED_HYPHA_CONTRACT}}

- name: S3 sync
Expand Down

0 comments on commit 1fe4b12

Please sign in to comment.