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