1
0
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:
Gary Katsevman 2021-08-23 18:30:56 -04:00 committed by GitHub
parent 5acf619e99
commit af484eccbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,4 +90,4 @@ jobs:
- name: Copy files to the CDN with the AWS CLI
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}