We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1754dac commit 90f33ecCopy full SHA for 90f33ec
.github/workflows/prod-build.yaml
@@ -62,6 +62,7 @@ jobs:
62
buildargs: |
63
CLOUD_CONFIG_PASSWORD=${{secrets.CLOUD_CONFIG_PASSWORD}}
64
CLOUD_CONFIG_USERNAME=${{secrets.CLOUD_CONFIG_USERNAME}}
65
+ CLOUD_CONFIG_IMPORT_URL=optional:configserver:https://api.xquare.app/cloud-config/
66
PROFILE=prod
67
- name: Repository Dispatch
68
uses: peter-evans/repository-dispatch@v1
@@ -74,4 +75,4 @@ jobs:
74
75
"version": "${{ steps.get_version.outputs.VERSION }}",
76
"service_name": "${{env.SERVICE_NAME}}",
77
"service_type": "${{env.SERVICE_TYPE}}"
- }'
78
+ }'
0 commit comments