From 7a5032b10e1eca5595c4f95755bf7cfaf9daba08 Mon Sep 17 00:00:00 2001 From: dmjacks <82519452+dmjacks33@users.noreply.github.com> Date: Tue, 25 May 2021 10:03:10 -0700 Subject: [PATCH] Create deploy.template.yaml yaml template needed for the Deploy to DigitalOcean to be functional. --- digitalocean-app-platform/.do/deploy.template.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 digitalocean-app-platform/.do/deploy.template.yaml diff --git a/digitalocean-app-platform/.do/deploy.template.yaml b/digitalocean-app-platform/.do/deploy.template.yaml new file mode 100644 index 0000000..e6b3a6c --- /dev/null +++ b/digitalocean-app-platform/.do/deploy.template.yaml @@ -0,0 +1,7 @@ +spec: + name: sample-golang + services: + - name: web + git: + branch: main + repo_clone_url: https://github.com/1Password/scim-examples/digitalocean-app-platform