Skip to content

Commit

Permalink
ci: add manual copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 16, 2024
1 parent 20c97fc commit a01f1cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ jobs:
from: << parameters.s3_bucket >>/index.js
to: << parameters.s3_bucket >>/index.js
profile_name: ci-web
- aws-s3/copy:
arguments: '--metadata-directive REPLACE --cache-control "max-age=86400" --content-type text/html'
from: << parameters.s3_bucket >>/playground/index.html
to: << parameters.s3_bucket >>/playground/index.html
profile_name: ci-web
- aws-s3/copy:
arguments: '--metadata-directive REPLACE --cache-control "max-age=86400" --content-type application/javascript --recursive'
from: << parameters.s3_bucket >>/<< parameters.widget_version >>
Expand Down

0 comments on commit a01f1cb

Please sign in to comment.