From 59d6df38286d7e6f6d7a6edef3f527b341cfbc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 21 Jun 2021 14:31:11 +0200 Subject: [PATCH] fchore: add database-url to digitalocean --- .do/deploy.template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 3104246b07..c63c9fca22 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -5,5 +5,9 @@ spec: git: branch: master repo_clone_url: https://github.com/Unleash/unleash.git + envs: + - key: DATABASE_URL + scope: RUN_TIME + value: ${unleash-db.DATABASE_URL} databases: - name: unleash-db