Skip to content

Commit 6a2d371

Browse files
committed
chore : instance id fix (#6)
1 parent 6a673c3 commit 6a2d371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spring:
3333
frontUrl: "http://${custom.dev.cookieDomain}:5173"
3434
backUrl: "http://${custom.dev.cookieDomain}:${server.port}"
3535
prod:
36-
cookieDomain: cmf.seoez.site
36+
cookieDomain: cmfd.seoez.site
3737
frontUrl: "https://www.${custom.prod.cookieDomain}/"
3838
backUrl: "https://api.${custom.prod.cookieDomain}/"
3939
site:

0 commit comments

Comments
ย (0)