Skip to content

Commit

Permalink
Merge pull request #103 from spacemeshos/testnet-12
Browse files Browse the repository at this point in the history
Deploy to testnet-12
  • Loading branch information
andres-spacemesh authored May 16, 2024
2 parents 7bbb832 + 2c1accf commit c830c02
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@ jobs:
echo "${{ secrets.GCLOUD_KEY }}" | base64 -d > key.json
gcloud auth activate-service-account --key-file=key.json
- name: Build
- name: Build to Mainnet Dashboard
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks.json
run: |
yarn
yarn build
- name: Upload
- name: Upload to Mainnet Dashboard
run: gsutil -m rsync -r -d ./build gs://spacemesh-dash

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

0 comments on commit c830c02

Please sign in to comment.