Skip to content

Commit 3b9d689

Browse files
committed
feat:백엔드 배포
1 parent 1504df7 commit 3b9d689

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ on:
1111
push:
1212
branches:
1313
- main
14-
- chore/107
15-
pull_request:
16-
branches:
17-
- main
18-
- develop
1914
workflow_dispatch:
2015

2116
permissions:

back/src/main/resources/application-prod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ logging:
3232
org.springframework.transaction.interceptor: INFO
3333
com.back: INFO
3434
custom:
35-
site: # 임시입니다
36-
cookieDomain: ""
37-
frontUrl: "http://13.124.192.14:8080"
38-
backUrl: "http://13.124.192.14:8080"
35+
site:
36+
cookieDomain: ".jobmate.info" # 도메인 설정
37+
frontUrl: "https://jobmate.info"
38+
backUrl: "https://api.jobmate.info" # HTTPS로 변경
3939
cookie:
4040
httpOnly: true
41-
secure: false
41+
secure: true # HTTPS에서는 true로 변경
4242
sameSite: "Lax"
4343
maxAge: "#{60*60*24}"

0 commit comments

Comments
 (0)