Skip to content

Commit

Permalink
Merge pull request #7 from CatsMeow492/deployment/frontend
Browse files Browse the repository at this point in the history
deployment/frontend
  • Loading branch information
CatsMeow492 authored Sep 25, 2024
2 parents 2c4de75 + 7355f8c commit 074cfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontenddeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
cd frontend
npm run build
- name: Deploy to S3
- name: Sync S3
uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --follow-symlinks --delete
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 074cfa1

Please sign in to comment.