Skip to content

Commit

Permalink
๐Ÿ”€ :: Cloud Config URI ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongho1209 authored Aug 17, 2023
1 parent 1754dac commit 90f33ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
buildargs: |
CLOUD_CONFIG_PASSWORD=${{secrets.CLOUD_CONFIG_PASSWORD}}
CLOUD_CONFIG_USERNAME=${{secrets.CLOUD_CONFIG_USERNAME}}
CLOUD_CONFIG_IMPORT_URL=optional:configserver:https://api.xquare.app/cloud-config/
PROFILE=prod
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
Expand All @@ -74,4 +75,4 @@ jobs:
"version": "${{ steps.get_version.outputs.VERSION }}",
"service_name": "${{env.SERVICE_NAME}}",
"service_type": "${{env.SERVICE_TYPE}}"
}'
}'

0 comments on commit 90f33ec

Please sign in to comment.