We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a673c3 commit 6a2d371Copy full SHA for 6a2d371
โ.github/workflows/deploy.ymlโ
@@ -76,7 +76,7 @@ jobs:
76
aws-region: ${{ secrets.AWS_REGION }}
77
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
78
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
79
- instance-ids: "i-05c8a0f23da2f01e3"
+ instance-ids: "i-0e27758b937bcc047"
80
working-directory: /
81
comment: Deploy
82
command: |
โsrc/main/resources/application.ymlโ
@@ -33,7 +33,7 @@ spring:
33
frontUrl: "http://${custom.dev.cookieDomain}:5173"
34
backUrl: "http://${custom.dev.cookieDomain}:${server.port}"
35
prod:
36
- cookieDomain: cmf.seoez.site
+ cookieDomain: cmfd.seoez.site
37
frontUrl: "https://www.${custom.prod.cookieDomain}/"
38
backUrl: "https://api.${custom.prod.cookieDomain}/"
39
site:
0 commit comments