Skip to content

Commit

Permalink
Merge pull request #279 from spacemeshos/upload-to-testnet-14
Browse files Browse the repository at this point in the history
Update deploy to testnet-14
  • Loading branch information
andres-spacemesh authored Aug 13, 2024
2 parents 9f6af02 + 772bfca commit fdc73a1
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-13 Explorer
- name: Build to testnet-14 Explorer
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-testnet-13.json
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-testnet-14.json
run: |
yarn
yarn build
- name: Upload to testnet-13 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-13-explorer.spacemesh.network
- name: Upload to testnet-14 Explorer
run: gsutil -m rsync -r -d ./build gs://testnet-14-explorer.spacemesh.network

- name: Build to testnet-atxmerge Explorer
env:
Expand Down

0 comments on commit fdc73a1

Please sign in to comment.