From d879e515b470471cea451c71471e3a3b9d8d160b Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 28 Dec 2021 23:16:32 +0100 Subject: Use git with repo_clone_url --- .do/deploy.template.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.do') 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: region: lon services: - dockerfile_path: Dockerfile - github: + git: branch: master - deploy_on_push: true - repo: getferdi/server + repo_clone_url: https://github.com/getferdi/server.git envs: - key: DB_HOST scope: RUN_AND_BUILD_TIME -- cgit v1.2.3-54-g00ecf