Skip to content

Commit fdd6d27

Browse files
authored
Merge pull request #192 from prgrms-web-devcourse-final-project/chore/33-infra
chore[deploy]: instance id 변경
2 parents ea7d9f0 + c21fc36 commit fdd6d27

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
@@ -201,7 +201,7 @@ jobs:
201201
aws-region: ${{ secrets.AWS_REGION }}
202202
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
203203
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
204-
instance-ids: "i-0a0a5f66be299d219"
204+
instance-ids: "i-0492b8e4ad48a0586"
205205
working-directory: /
206206
comment: Deploy
207207
command: |

0 commit comments

Comments
 (0)