From 8164aab4bc76fa39aa0ed93fe093033279f07e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 21 Jun 2021 19:15:42 +0200 Subject: [PATCH] fix: digital ocean specs --- .do/deploy.template.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index d53ec23536..555546a91e 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -6,13 +6,13 @@ spec: 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 - value: ${unleash-db.DATABASE_URL} - - key: UNLEASH_URL - scope: RUN_TIME - value: ${APP_URL} + 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