Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ymj07168 authored Feb 25, 2024
1 parent 998a761 commit c97f41e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jobs:
CI='' npm run build
- name: Deploy
run: aws s3 sync build/ s3://${{ secrets.S3_BUCKET }} --acl public-read
run: aws s3 sync build s3://${{ secrets.S3_BUCKET }} --acl public-read
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}

0 comments on commit c97f41e

Please sign in to comment.