Skip to content

Commit

Permalink
Merge pull request #297 from spacemeshos/update-explorer-dev-bucket
Browse files Browse the repository at this point in the history
Update explorer-dev bucket
  • Loading branch information
andres-spacemesh authored Nov 1, 2024
2 parents 07465a0 + 5e1bb8b commit 9a7a2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
yarn build
- name: Upload to Dev Explorer
run: gsutil -m rsync -r -d ./build gs://spacemesh-explorer-dev
run: gsutil -m rsync -r -d ./build gs://explorer-dev.spacemesh.network

- name: Set cache-control headers for Dev Explorer
run: gsutil -m setmeta -h "Cache-Control:public, max-age=0, no-transform" -r gs://spacemesh-explorer-dev/index.html
run: gsutil -m setmeta -h "Cache-Control:public, max-age=0, no-transform" -r gs://explorer-dev.spacemesh.network.network/index.html

0 comments on commit 9a7a2b4

Please sign in to comment.