Skip to content

Commit a19b675

Browse files
authored
Merge pull request #45 from prgrms-web-devcourse-final-project/develop
chore[deploy]: instance id 수정
2 parents e7b4229 + b56f2c7 commit a19b675

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
@@ -195,7 +195,7 @@ jobs:
195195
aws-region: ${{ secrets.AWS_REGION }}
196196
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
197197
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
198-
instance-ids: "i-0b903187bca01a1c4"
198+
instance-ids: "i-006c2e31391fac356"
199199
working-directory: /
200200
comment: Deploy
201201
command: |

0 commit comments

Comments
 (0)