From 3a28353adbcfdb3814e10fcb8911da70bd0cfdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 21 Jun 2021 14:53:16 +0200 Subject: [PATCH] chore: add UNLEASH_URL --- .do/deploy.template.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index c63c9fca22..01e6f61706 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -9,5 +9,10 @@ spec: - key: DATABASE_URL scope: RUN_TIME value: ${unleash-db.DATABASE_URL} + - key: UNLEASH_URL + scope: RUN_TIME + value: ${APP_URL} + build_command: 'yarn build' + run_command: 'yarn run' databases: - name: unleash-db