Skip to content

Commit 90f33ec

Browse files
authored
🔀 :: Cloud Config URI 추가
1 parent 1754dac commit 90f33ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prod-build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
buildargs: |
6363
CLOUD_CONFIG_PASSWORD=${{secrets.CLOUD_CONFIG_PASSWORD}}
6464
CLOUD_CONFIG_USERNAME=${{secrets.CLOUD_CONFIG_USERNAME}}
65+
CLOUD_CONFIG_IMPORT_URL=optional:configserver:https://api.xquare.app/cloud-config/
6566
PROFILE=prod
6667
- name: Repository Dispatch
6768
uses: peter-evans/repository-dispatch@v1
@@ -74,4 +75,4 @@ jobs:
7475
"version": "${{ steps.get_version.outputs.VERSION }}",
7576
"service_name": "${{env.SERVICE_NAME}}",
7677
"service_type": "${{env.SERVICE_TYPE}}"
77-
}'
78+
}'

0 commit comments

Comments
 (0)