Skip to content

Commit

Permalink
push only dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Sep 14, 2023
1 parent 7b7bd54 commit 1b41bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-2'
SOURCE_DIR: 'dist'

- name: Invalidate CloudFront Distribution
run: |
Expand Down

0 comments on commit 1b41bfb

Please sign in to comment.