mirror of
https://github.com/videojs/video.js.git
synced 2024-11-30 09:06:49 +02:00
chore: specify bucket for CDN push (#7393)
This commit is contained in:
parent
5acf619e99
commit
af484eccbe
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -90,4 +90,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy files to the CDN with the AWS CLI
|
- name: Copy files to the CDN with the AWS CLI
|
||||||
run: |
|
run: |
|
||||||
aws s3 sync node_modules/video.js/dist/ s3://${S3_KEY}/${VJS_VERSION}/ --acl ${S3_ACCESS}
|
aws s3 sync node_modules/video.js/dist/ s3://${S3_BUCKET}/${S3_KEY}/${VJS_VERSION}/ --acl ${S3_ACCESS}
|
||||||
|
Loading…
Reference in New Issue
Block a user