Skip to content

Commit 6187d98

Browse files
authored
Merge pull request #181 from prgrms-web-devcourse-final-project/chore/33-infra
chore[deploy]: 인스턴스 id 변경
2 parents f5c2f9f + dc6028b commit 6187d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
aws-region: ${{ secrets.AWS_REGION }}
240240
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
241241
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
242-
instance-ids: "i-0ce4cb989d837170e"
242+
instance-ids: "i-04338539e3a3a35a7"
243243
working-directory: /
244244
comment: Deploy
245245
command: |

0 commit comments

Comments
 (0)