1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/.do/deploy.template.yaml

19 lines
423 B
YAML
Raw Normal View History

spec:
2021-06-21 14:18:23 +02:00
name: unleash
services:
- name: unleash-server
git:
branch: master
repo_clone_url: https://github.com/Unleash/unleash.git
build_command: 'yarn build'
2021-06-21 19:15:42 +02:00
run_command: 'yarn start'
envs:
- key: DATABASE_URL
scope: RUN_TIME
value: ${unleash-db.DATABASE_URL}
- key: UNLEASH_URL
scope: RUN_TIME
value: ${APP_URL}
databases:
- name: unleash-db