Skip to content

Commit

Permalink
Fixed dir for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Dec 8, 2023
1 parent eae9409 commit 93ee6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
uses: jakejarvis/s3-sync-action@master
with:
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 }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'eu-central-1'
SOURCE_DIR: 'public'

- name: Invalidate CloudFront distribution
run: |
Expand Down

0 comments on commit 93ee6fa

Please sign in to comment.