Skip to content

Commit d3ad2f5

Browse files
authored
Merge pull request #214 from prgrms-web-devcourse-final-project/develop
chore[deploy]: instance id 변경
2 parents 07493e4 + 7ee8e52 commit d3ad2f5

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 2 additions & 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-0f910c00568bbca61"
204+
instance-ids: "i-08872fdb64acaf7f3"
205205
working-directory: /
206206
comment: Deploy
207207
command: |
@@ -232,6 +232,7 @@ jobs:
232232
233233
echo "===== 새로운 컨테이너 실행 ====="
234234
docker run --env-file /home/ec2-user/configs/prod.env \
235+
-e SPRING_PROFILES_ACTIVE=prod \
235236
-d --name app \
236237
--network common \
237238
-p 8080:8080 \

backend/src/main/java/com/ai/lawyer/global/exception/ErrorResponse.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

backend/src/main/java/com/ai/lawyer/global/exception/GlobalExceptionHandler.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)