Skip to content

Commit

Permalink
refactor aws args
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Oct 25, 2023
1 parent 47ec18a commit 15f9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
aws_role: ${{ secrets.AWS_ROLE_TEST_ACCOUNT }}
aws_deploy_path: ${{ secrets.TEST_BUCKET }}/preview/${{ github.event.number }}
aws_s3_sync_args: '--include * --exclude */*'
aws_s3_sync_args: --include '*' --exclude '*/*'
cloudfront_distribution_id: ${{ secrets.CLOUDFRONT_ID_TEST }}
cloudfront_invalidation_paths: '/preview/${{ github.event.number }}/*'
- name: Adding comment to PR with preview link and validation results
Expand Down

0 comments on commit 15f9506

Please sign in to comment.