aboutsummaryrefslogtreecommitdiffstats
path: root/.do/deploy.template.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.do/deploy.template.yaml')
-rw-r--r--.do/deploy.template.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml
index b4bbece..a17a225 100644
--- a/.do/deploy.template.yaml
+++ b/.do/deploy.template.yaml
@@ -12,10 +12,9 @@ spec:
12 region: lon 12 region: lon
13 services: 13 services:
14 - dockerfile_path: Dockerfile 14 - dockerfile_path: Dockerfile
15 github: 15 git:
16 branch: master 16 branch: master
17 deploy_on_push: true 17 repo_clone_url: https://github.com/getferdi/server.git
18 repo: getferdi/server
19 envs: 18 envs:
20 - key: DB_HOST 19 - key: DB_HOST
21 scope: RUN_AND_BUILD_TIME 20 scope: RUN_AND_BUILD_TIME