1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fchore: add database-url to digitalocean

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

View File

@ -5,5 +5,9 @@ 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
envs:
- key: DATABASE_URL
scope: RUN_TIME
value: ${unleash-db.DATABASE_URL}
databases: databases:
- name: unleash-db - name: unleash-db