We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c55a8 + c6b6614 commit 1faba59Copy full SHA for 1faba59
2 files changed
.github/workflows/cd.yml
@@ -89,7 +89,6 @@ jobs:
89
--restart unless-stopped \
90
-p 8080:8080 \
91
-v /opt/waps/oci:/home/app/.oci:ro \
92
- -e SPRING_PROFILES_ACTIVE=oracle \
93
-e DB_HOST=${{ secrets.DB_HOST }} \
94
-e DB_PORT=3306 \
95
-e DB_NAME=${{ secrets.DB_NAME }} \
server/src/main/resources/application.yml
@@ -49,7 +49,7 @@ spring:
49
baseline-version: 1
50
51
profiles:
52
- active: oracle # ObjectStorage config 명시
+ active: aws
53
54
app:
55
auth:
0 commit comments