Skip to content

Commit ece3745

Browse files
authored
Merge pull request #30 from CommitField/dev
chore : instance id fix
2 parents df7e1cf + 51f2340 commit ece3745

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

โ€Ž.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
aws-region: ${{ secrets.AWS_REGION }}
7777
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7878
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
79-
instance-ids: "i-05c8a0f23da2f01e3"
79+
instance-ids: "i-0e27758b937bcc047"
8080
working-directory: /
8181
comment: Deploy
8282
command: |

โ€Žsrc/main/resources/application.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ spring:
1919
open-in-view: false
2020
hibernate:
2121
ddl-auto: update
22-
autoconfigure: # ๋กœ์ปฌ์—์„œ ์‹คํ–‰ํ•  ๋•Œ๋Š” Redis์™€ Session ์„ค์ •์„ ์ œ์™ธ
23-
exclude:
24-
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
25-
- org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
2622
properties:
2723
hibernate:
2824
default_batch_fetch_size: 100
@@ -31,21 +27,13 @@ spring:
3127
use_sql_comments: true
3228
websocket:
3329
enabled: true
34-
logging:
35-
level:
36-
cmf.commitField: DEBUG
37-
org.hibernate.SQL: DEBUG
38-
org.hibernate.type.blind: TRACE
39-
org.hibernate.type.extract: TRACE
40-
org.springframework.transaction.interceptor: TRACE
41-
org.springframework: DEBUG
4230
custom:
4331
dev:
4432
cookieDomain: localhost
4533
frontUrl: "http://${custom.dev.cookieDomain}:5173"
4634
backUrl: "http://${custom.dev.cookieDomain}:${server.port}"
4735
prod:
48-
cookieDomain: cmf.seoez.site
36+
cookieDomain: cmfd.seoez.site
4937
frontUrl: "https://www.${custom.prod.cookieDomain}/"
5038
backUrl: "https://api.${custom.prod.cookieDomain}/"
5139
site:

0 commit comments

Comments
ย (0)