Skip to content

Commit

Permalink
chore: 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Oct 29, 2023
1 parent 4298ef7 commit b3c5390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/react-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_CLIENT_SECRET_KEY }}
aws-region: ap-northeast-2

- run: ls -al packages/web/dist

- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 packages/web/dist s3://${{secrets.AWS_CLIENT_S3_BUCKET}}/
run: aws s3 cp --region ap-northeast-2 packages/web/dist s3://${{secrets.AWS_CLIENT_S3_BUCKET}} --acl public-read --follow-symlinks --delete

0 comments on commit b3c5390

Please sign in to comment.