Skip to content

Commit

Permalink
Deploy only public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Dec 8, 2023
1 parent c1f0194 commit eae9409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Deploy to S3
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete --exclude 'node_modules/*' --exclude 'package-lock.json' --exclude 'package.json' --exclude 'tailwind.config.js' --exclude 'input.css' --exclude '.git/*' --exclude '.github/*' --exclude '.gitignore'
args: --acl public-read --follow-symlinks --delete
SOURCE_DIR: './public'
env:
AWS_S3_BUCKET: kotoblog-website
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit eae9409

Please sign in to comment.