From 3d7d253084ffbe3afc89843cd17fd9fb11f7592b Mon Sep 17 00:00:00 2001 From: Laura Martinez Garcia Date: Wed, 25 Oct 2023 15:33:21 +0200 Subject: [PATCH] refactor aws deploy path --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c9bd4741..3c85bef2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: uses: ./.github/actions/deploy with: aws_role: ${{ secrets.AWS_ROLE_TEST_ACCOUNT }} - aws_deploy_path: ${{ secrets.TEST_BUCKET }}/preview/${{ github.event.number }}/ + aws_deploy_path: ${{ secrets.TEST_BUCKET }}/preview/${{ github.event.number }} aws_s3_sync_args: '--include \"*\" --exclude \"*/*\"' cloudfront_distribution_id: ${{ secrets.CLOUDFRONT_ID_TEST }} cloudfront_invalidation_paths: '/preview/${{ github.event.number }}/*'