Skip to content

Commit 1faba59

Browse files
authored
fix: AWS 스토리지를 사용하도록 임시 변경 (#586)
2 parents 74c55a8 + c6b6614 commit 1faba59

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
--restart unless-stopped \
9090
-p 8080:8080 \
9191
-v /opt/waps/oci:/home/app/.oci:ro \
92-
-e SPRING_PROFILES_ACTIVE=oracle \
9392
-e DB_HOST=${{ secrets.DB_HOST }} \
9493
-e DB_PORT=3306 \
9594
-e DB_NAME=${{ secrets.DB_NAME }} \

server/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spring:
4949
baseline-version: 1
5050

5151
profiles:
52-
active: oracle # ObjectStorage config 명시
52+
active: aws
5353

5454
app:
5555
auth:

0 commit comments

Comments
 (0)