Skip to content

Commit a43524d

Browse files
committed
wip
1 parent 37e365a commit a43524d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/uploadToS3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
1616
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1717
run: |
18-
aws s3 sync . s3://${{ secrets.WEBINY_EXAMPLES_S3_BUCKET_NAME }} --delete --region ${{ secrets.AWS_REGION }} \
18+
aws s3 sync . s3://${{ secrets.WEBINY_EXAMPLES_S3_BUCKET_NAME }}/v6 --delete --region ${{ secrets.AWS_REGION }} \
1919
--exclude ".*" \
2020
--exclude "node_modules*" \
2121
--exclude "package.json" \

0 commit comments

Comments
 (0)