Skip to content

Commit

Permalink
Merge pull request #109 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 7ae4eb0 + c57fed5 commit 09ed324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Upload to Mainnet Dashboard
run: gsutil -m rsync -r -d ./build gs://spacemesh-dash

- name: Build to testnet-14 Dashboard
- name: Build to testnet-15 Dashboard
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 Dashboard
run: gsutil -m rsync -r -d ./build gs://testnet-14-dashboard.spacemesh.network
- name: Upload to testnet-15 Dashboard
run: gsutil -m rsync -r -d ./build gs://testnet-15-dashboard.spacemesh.network

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

0 comments on commit 09ed324

Please sign in to comment.