Skip to content

Commit

Permalink
Add dev-bucket to deploy CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Sep 25, 2023
1 parent 26089a7 commit cbae789
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
- name: Upload
run: gsutil -m rsync -r -d ./build gs://spacemesh-explorer

- name: Build dev
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-dev.json
run: |
yarn
yarn build
- name: Upload dev
run: gsutil -m rsync -r -d ./build gs://spacemesh-explorer-dev

0 comments on commit cbae789

Please sign in to comment.