1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

chore: add UNLEASH_URL

This commit is contained in:
Ivar Conradi Østhus 2021-06-21 14:53:16 +02:00
parent 59d6df3828
commit 3a28353adb
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -9,5 +9,10 @@ spec:
- key: DATABASE_URL - key: DATABASE_URL
scope: RUN_TIME scope: RUN_TIME
value: ${unleash-db.DATABASE_URL} value: ${unleash-db.DATABASE_URL}
- key: UNLEASH_URL
scope: RUN_TIME
value: ${APP_URL}
build_command: 'yarn build'
run_command: 'yarn run'
databases: databases:
- name: unleash-db - name: unleash-db