Skip to content

Commit

Permalink
Merge pull request #277 from spacemeshos/uploat-to-testnet-atxmerge
Browse files Browse the repository at this point in the history
Add build for testnet-atxmerge
  • Loading branch information
andres-spacemesh authored Aug 2, 2024
2 parents 99b72d6 + bfc1da9 commit 9f6af02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
- name: Upload to testnet-13 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-13-explorer.spacemesh.network

- name: Build to testnet-atxmerge Explorer
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-testnet-atxmerge.json
run: |
yarn
yarn build
- name: Upload to testnet-atxmerge Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-atxmerge-explorer.spacemesh.network

0 comments on commit 9f6af02

Please sign in to comment.