From db4b803345305419ced72677127083c81904833d Mon Sep 17 00:00:00 2001 From: DooHyoJeong Date: Thu, 2 Oct 2025 20:58:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore[deploy]:=20=EC=97=AD=EC=8A=AC?= =?UTF-8?q?=EB=9E=98=EC=89=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI-CD_Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD_Pipeline.yml b/.github/workflows/CI-CD_Pipeline.yml index f79d31d9..81fd0ed7 100644 --- a/.github/workflows/CI-CD_Pipeline.yml +++ b/.github/workflows/CI-CD_Pipeline.yml @@ -232,7 +232,7 @@ jobs: echo "===== 새로운 컨테이너 실행 =====" docker run --env-file /home/ec2-user/configs/prod.env \ - -e SPRING_PROFILES_ACTIVE=prod \ + -e SPRING_PROFILES_ACTIVE=prod \ -d --name app \ --network common \ -p 8080:8080 \ From a40b362cd702b14b1b5120982dd47a448e197d82 Mon Sep 17 00:00:00 2001 From: DooHyoJeong Date: Thu, 2 Oct 2025 22:54:18 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore[deploy]:=20=EC=9D=B8=EC=8A=A4?= =?UTF-8?q?=ED=84=B4=EC=8A=A4=20id=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI-CD_Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD_Pipeline.yml b/.github/workflows/CI-CD_Pipeline.yml index 81fd0ed7..0cb518db 100644 --- a/.github/workflows/CI-CD_Pipeline.yml +++ b/.github/workflows/CI-CD_Pipeline.yml @@ -201,7 +201,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - instance-ids: "i-08872fdb64acaf7f3" + instance-ids: "i-0f3872d9228629f28" working-directory: / comment: Deploy command: |