Skip to content

Commit

Permalink
Merge pull request #281 from spacemeshos/upload-to-testnet-15
Browse files Browse the repository at this point in the history
Update deploy to testnet-15
  • Loading branch information
andres-spacemesh authored Aug 19, 2024
2 parents fdc73a1 + 1ed19f0 commit 4088c10
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,15 +40,15 @@ jobs:
- name: Upload to Dev Explorer
run: gsutil -m rsync -r -d ./build gs://spacemesh-explorer-dev

- name: Build to testnet-14 Explorer
- name: Build to testnet-15 Explorer
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-testnet-14.json
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-testnet-15.json
run: |
yarn
yarn build
- name: Upload to testnet-14 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-14-explorer.spacemesh.network
- 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
env:
Expand Down

0 comments on commit 4088c10

Please sign in to comment.