From f66946444827c18741e117772ce8322abbe50b2b Mon Sep 17 00:00:00 2001 From: dmjacks <82519452+dmjacks33@users.noreply.github.com> Date: Tue, 8 Jun 2021 07:50:53 -0700 Subject: [PATCH] Update deploy.template.yaml --- digitalocean-app-platform/.do/deploy.template.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/digitalocean-app-platform/.do/deploy.template.yaml b/digitalocean-app-platform/.do/deploy.template.yaml index 1db4d24..576be8a 100644 --- a/digitalocean-app-platform/.do/deploy.template.yaml +++ b/digitalocean-app-platform/.do/deploy.template.yaml @@ -1,8 +1,12 @@ spec: name: scim services: - - name: web - git: - branch: main - repo_clone_url: https://github.com/1Password/scim-examples/digitalocean-app-platform.git - dockerfile_path: Dockerfile + - dockerfile_path: /digitalocean-app-platform/Dockerfile + github: + branch: digitalocean-app-platform + deploy_on_push: true + repo: 1Password/scim-examples + name: scim + routes: + - path: / + source_dir: /digitalocean-app-platform