Skip to content

Commit

Permalink
setting: githubaction deploy 스크립트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seminchoi committed Aug 20, 2024
1 parent 29d8844 commit d3beeea
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 @@ -50,7 +50,7 @@ jobs:
aws deploy create-deployment \
--application-name ticketing \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ticketing \
--deployment-group-name ticketing-group \
--file-exists-behavior OVERWRITE \
--s3-location bucket=team3rdparty-bucket,bundleType=zip,key=deploy/$GITHUB_SHA.jar \
--target-instances 'tagFilters=[{Key=Name,Value=team3-ticket,Type=KEY_AND_VALUE}]'
Expand Down

0 comments on commit d3beeea

Please sign in to comment.