Skip to content

Commit ed504f5

Browse files
committed
test : CodeDeploy 테스트
1 parent e71f646 commit ed504f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
aws deploy create-deployment \
7171
--application-name Reev-CodeDeploy \
72-
--deployment-group-name AppDeploymentGroup \
72+
--deployment-group-name Reev-CodeDeploy \
7373
--s3-location bucket=${{ secrets.S3_BUCKET_NAME }},key=app-bundle.zip,bundleType=zip \
7474
--file-exists-behavior OVERWRITE \
7575
--region ap-northeast-2

0 commit comments

Comments
 (0)