Skip to content

Commit

Permalink
[#46] Chore: s3-location 옵션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Apr 9, 2021
1 parent 27fe92b commit e352eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
--application-name songrequest-frontend \
--deployment-group-name songrequest-frontend-group \
--deployment-config-name CodeDeployDefault.OneAtATime \
--s3-location bucket=${{ secrets.AWS_S3_BUCKET_NAME }}, bundleType=zip, key=songrequest.zip
--s3-location bucket=${{ secrets.AWS_S3_BUCKET_NAME }},bundleType=zip,key=songrequest.zip
echo "SUCCESS";

0 comments on commit e352eba

Please sign in to comment.