Skip to content

Commit

Permalink
Add testnet-atxmerge3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-spacemesh committed Sep 13, 2024
1 parent a6a2e68 commit dcfc2a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ jobs:
- name: Upload to testnet-atxmerge2 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-atxmerge2-explorer.spacemesh.network

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

0 comments on commit dcfc2a3

Please sign in to comment.