1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

fix: digital ocean specs

This commit is contained in:
Ivar Conradi Østhus 2021-06-21 19:15:42 +02:00
parent 3dc15422f7
commit 8164aab4bc
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -6,13 +6,13 @@ spec:
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' build_command: 'yarn build'
run_command: 'yarn run' run_command: 'yarn start'
envs: envs:
- 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 - key: UNLEASH_URL
scope: RUN_TIME scope: RUN_TIME
value: ${APP_URL} value: ${APP_URL}
databases: databases:
- name: unleash-db - name: unleash-db