mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
fix: deploy.template.yaml to follow specs
This commit is contained in:
parent
3a28353adb
commit
3dc15422f7
@ -5,6 +5,8 @@ spec:
|
|||||||
git:
|
git:
|
||||||
branch: master
|
branch: master
|
||||||
repo_clone_url: https://github.com/Unleash/unleash.git
|
repo_clone_url: https://github.com/Unleash/unleash.git
|
||||||
|
build_command: 'yarn build'
|
||||||
|
run_command: 'yarn run'
|
||||||
envs:
|
envs:
|
||||||
- key: DATABASE_URL
|
- key: DATABASE_URL
|
||||||
scope: RUN_TIME
|
scope: RUN_TIME
|
||||||
@ -12,7 +14,5 @@ spec:
|
|||||||
- key: UNLEASH_URL
|
- key: UNLEASH_URL
|
||||||
scope: RUN_TIME
|
scope: RUN_TIME
|
||||||
value: ${APP_URL}
|
value: ${APP_URL}
|
||||||
build_command: 'yarn build'
|
|
||||||
run_command: 'yarn run'
|
|
||||||
databases:
|
databases:
|
||||||
- name: unleash-db
|
- name: unleash-db
|
||||||
|
Loading…
Reference in New Issue
Block a user