Skip to content

Commit

Permalink
Merge pull request #108 from spacemeshos/upload-to-testnet-14
Browse files Browse the repository at this point in the history
Update upload to testnet 14
  • Loading branch information
andres-spacemesh authored Aug 13, 2024
2 parents ebd66b3 + c0f4b77 commit 7ae4eb0
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-13 Dashboard
- name: Build to testnet-14 Dashboard
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 Dashboard
run: gsutil -m rsync -r -d ./build gs://testnet-13-dashboard.spacemesh.network
- name: Upload to testnet-14 Dashboard
run: gsutil -m rsync -r -d ./build gs://testnet-14-dashboard.spacemesh.network

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

0 comments on commit 7ae4eb0

Please sign in to comment.