Skip to content

Commit

Permalink
fix deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed May 20, 2024
1 parent 8427973 commit 4d291d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-shopping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.S3_BUCKET_SHOPPING }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: './apps/shopping/dist'
SOURCE_DIR: './apps/shopping/web/dist'

- name: Invalidate CloudFront cache
uses: chetan/invalidate-cloudfront-action@v2
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-app/create-app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
AWS_S3_BUCKET: \${{ secrets.S3_BUCKET_${appId.toUpperCase()} }}
AWS_ACCESS_KEY_ID: \${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: \${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: './apps/${appId}/dist'
SOURCE_DIR: './apps/${appId}/web/dist'
- name: Invalidate CloudFront cache
uses: chetan/invalidate-cloudfront-action@v2
Expand Down

0 comments on commit 4d291d3

Please sign in to comment.