Skip to content

Commit

Permalink
ci: add upload-to-s3 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 18, 2024
1 parent 7957371 commit a9c2ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uploadToS3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Upload to Amazon S3
run: |
aws s3 sync . s3://${{ secrets.WEBINY_EXAMPLES_S3_BUCKET_NAME }} --delete \
aws s3 sync . s3://${{ secrets.WEBINY_EXAMPLES_S3_BUCKET_NAME }} --delete --region ${{ secrets.AWS_REGION }} \
--exclude ".*" \
--exclude "blog*" \
--exclude "create-custom-application*" \
Expand Down

0 comments on commit a9c2ee4

Please sign in to comment.