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