Skip to content

Commit

Permalink
fix: clear bucket before upload new build
Browse files Browse the repository at this point in the history
Signed-off-by: Viet-Anh Duong <[email protected]>
  • Loading branch information
vietanhduong committed Dec 9, 2021
1 parent 9f13d63 commit 16aede1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
env:
BUCKET: kyberswap.com
run: |
gsutil rm gs://$BUCKET/**
gsutil -m rsync -r $PWD/build gs://$BUCKET
gsutil setmeta -h "Cache-Control: no-cache" gs://$BUCKET/*.html
Expand Down

0 comments on commit 16aede1

Please sign in to comment.