Skip to content

Commit

Permalink
Merge pull request #282 from spacemeshos/upload-to-testnet-atxmerge2
Browse files Browse the repository at this point in the history
Update deploy to testnet-atxmerge2
  • Loading branch information
andres-spacemesh authored Aug 21, 2024
2 parents 4088c10 + a9eadd0 commit a6a2e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Upload to testnet-15 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-15-explorer.spacemesh.network

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

0 comments on commit a6a2e68

Please sign in to comment.