Skip to content

Commit

Permalink
ci(web): modify new bucket now (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
int-tt authored Jun 24, 2024
1 parent 59efc5b commit a7f3a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_web_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: deploy-web-nightly
on:
workflow_dispatch:
env:
REEARTH_URL: test.reearth.dev
GCS_DEST: gs://test.reearth.dev/
REEARTH_URL: visualizer.test.reearth.dev
GCS_DEST: gs://reearth-visualizer-oss-static-bucket/
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit a7f3a8a

Please sign in to comment.