Skip to content

Commit

Permalink
feat(deploy): fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunglee authored and Dung Le committed May 27, 2022
1 parent 8acdd65 commit 1eb7be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: S3 and CloudFront Deploy
uses: lbertenasco/s3-deploy@v1.2.4
with:
folder: build
folder: dist
bucket: ${{ secrets.S3_BUCKET_NAME }}
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
invalidation: / *

0 comments on commit 1eb7be6

Please sign in to comment.