Skip to content

Commit

Permalink
fix: the following arguments are required error
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 19, 2024
1 parent 3aceaeb commit a6a90ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
# Deploy 시작
- name: Deploy with AWS codeDeploy
run: |
aws deploy create-deployment
--application-name fullcar-codedeploy
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name GROUP
aws deploy create-deployment \
--application-name fullcar-codedeploy \
--deployment-config-name CodeDeployDefault.OneAtATime \
--deployment-group-name GROUP \
--s3-location bucket=fullcar-build,bundleType=zip,key=deploy/fullcar.zip

0 comments on commit a6a90ac

Please sign in to comment.