Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-titan authored Jan 25, 2024
1 parent f2649e9 commit cbca7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
PATH_TO_DELETE: "/*"
PATH_TO_DELETE: "/"

- name: Deploying application to Amazon S3
uses: dvelasquez/deploy-s3-action@main
Expand All @@ -48,7 +48,7 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
AWS_BUCKET_NAME: ${{ secrets.AWS_BUCKET_NAME }}
BUCKET_PATH: "/"
DIST_LOCATION_CODE: ./dist
DIST_LOCATION_CODE: ./build

- name: Invalidate CloudFront
uses: chetan/invalidate-cloudfront-action@v2
Expand Down

0 comments on commit cbca7ab

Please sign in to comment.