Skip to content

Commit

Permalink
[#13] Chore: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Feb 23, 2021
1 parent 371a47c commit 9f640ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
env:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
run: aws s3 cp \
--recursive \
--region ap-northeast-2 \
build s3://songrequest-frontend
run: |
aws s3 cp \
--recursive \
--region ap-northeast-2 \
build s3://songrequest-frontend

0 comments on commit 9f640ec

Please sign in to comment.