From 3dc15422f780dd53bb9e9c5a1b751154832114bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 21 Jun 2021 14:55:41 +0200 Subject: [PATCH] fix: deploy.template.yaml to follow specs --- .do/deploy.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 01e6f61706..d53ec23536 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -5,6 +5,8 @@ spec: git: branch: master repo_clone_url: https://github.com/Unleash/unleash.git + build_command: 'yarn build' + run_command: 'yarn run' envs: - key: DATABASE_URL scope: RUN_TIME @@ -12,7 +14,5 @@ spec: - key: UNLEASH_URL scope: RUN_TIME value: ${APP_URL} - build_command: 'yarn build' - run_command: 'yarn run' databases: - name: unleash-db