Skip to content

Commit

Permalink
chore(cd): bucket names
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Sep 27, 2023
1 parent aaa2287 commit 7421e74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ release_s3:
- cp dist/flat-embed.umd.js dist/embed.min.js
# only upload types to npm packages, not needed on cdn
- find dist -name "*.d.ts" -delete
- s3cmd -c /root/.s3cfg.prod-static-wasabi sync --acl-public --no-mime-magic --guess-mime-type --no-preserve dist/ s3://flat-prod-static/embed-js/${GIT_TAG}/
- s3cmd -c /root/.s3cfg.prod-static sync --no-mime-magic --guess-mime-type --no-preserve dist/ s3://flat-prod-static/embed-js/${GIT_TAG}/
- s3cmd -c /root/.s3cfg.prod-static-do sync --acl-public --no-mime-magic --guess-mime-type --no-preserve dist/ s3://flat-prod-static/embed-js/${GIT_TAG}/
- s3cmd -c /root/.s3cfg.prod-static sync --no-mime-magic --guess-mime-type --no-preserve dist/ s3://prod.flat-cdn.com/embed-js/${GIT_TAG}/
- s3cmd -c /root/.s3cfg.prod-static-wasabi sync --acl-public --no-mime-magic --guess-mime-type --no-preserve dist/ s3://prod.flat-cdn.com/embed-js/${GIT_TAG}/

0 comments on commit 7421e74

Please sign in to comment.