Skip to content

Commit

Permalink
Merge pull request #285 from spacemeshos/testnet-hare-4-build
Browse files Browse the repository at this point in the history
Add testnet-hare-4 build
  • Loading branch information
andres-spacemesh authored Oct 3, 2024
2 parents 72e2da8 + a5b3c30 commit 3da5501
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 @@ -69,3 +69,13 @@ jobs:
- name: Upload to testnet-atxmerge3 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-atxmerge3-explorer.spacemesh.network

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

0 comments on commit 3da5501

Please sign in to comment.