Skip to content

Commit

Permalink
Add new env to env build (#210)
Browse files Browse the repository at this point in the history
* Add dev-bucket to deploy CI job

* Remove build dir before building for dev

* Fix yaml

* Change public_url for dev build
  • Loading branch information
kacpersaw authored Sep 25, 2023
1 parent 2263a9f commit 9ae8ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Build dev
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-dev.json
PUBLIC_URL: /spacemesh-explorer-dev/
run: |
yarn
yarn build
Expand Down

0 comments on commit 9ae8ea1

Please sign in to comment.