From f9e5432208ccb4be982c0f76c74df1fa3c1c58d5 Mon Sep 17 00:00:00 2001 From: luandro Date: Tue, 9 Aug 2022 19:24:36 -0300 Subject: [PATCH] feat: add deploy button template --- server/deploy.template.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 server/deploy.template.yaml diff --git a/server/deploy.template.yaml b/server/deploy.template.yaml new file mode 100644 index 0000000..f221c81 --- /dev/null +++ b/server/deploy.template.yaml @@ -0,0 +1,7 @@ +name: sample-dockerfile +services: +- name: web + git: + repo_clone_url: https://github.com/digitalocean/sample-dockerfile.git + branch: main + dockerfile_path: Dockerfile