Skip to content

Commit 944083a

Browse files
authored
Merge pull request #172 from prgrms-web-devcourse-final-project/develop
fix[ci-cd]: 인스턴스 id변경
2 parents 117aeb1 + 25c8314 commit 944083a

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-0270c8de5e05c2f6a"
242+
instance-ids: "i-0f053d3074484bf9d"
243243
working-directory: /
244244
comment: Deploy
245245
command: |

0 commit comments

Comments
 (0)