Skip to content

Commit

Permalink
Merge pull request #268 from spacemeshos/delpoy-to-testnet-13
Browse files Browse the repository at this point in the history
Update deploy to testnet-13
  • Loading branch information
andres-spacemesh authored Jun 21, 2024
2 parents a9e69e3 + 91b1ee2 commit 8955c90
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 @@ -40,12 +40,12 @@ jobs:
- name: Upload to Dev Explorer
run: gsutil -m rsync -r -d ./build gs://spacemesh-explorer-dev

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

0 comments on commit 8955c90

Please sign in to comment.