From 9f191a7245715bc81cd412500d6d4ac9852414dc Mon Sep 17 00:00:00 2001 From: Dhruv Kela <30433468+keladhruv@users.noreply.github.com> Date: Tue, 27 Oct 2020 14:31:21 -0400 Subject: [PATCH] add deploy.template.yaml (#2) * add deploy.template.yaml Co-authored-by: dkela --- .do/deploy.template.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 0000000..c50412f --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,8 @@ +spec: + name: sample-php + services: + - environment_slug: php + git: + branch: main + repo_clone_url: https://github.com/digitalocean/sample-php.git + name: sample-php