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 c97f41e commit 11bf9c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ jobs:
CI='' npm run build
- name: Deploy
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 }}
run: aws s3 sync ./build s3://${{ secrets.S3_BUCKET }} --profile=weflow-a

0 comments on commit 11bf9c9

Please sign in to comment.