From dddbd3412526dd9706cb19f157789ca9df07e5a2 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 14 Jul 2021 23:52:15 +0200 Subject: [PATCH] add proper DigitalOcean templates --- .do/app.yaml | 8 ++++++++ .do/deploy.template.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .do/app.yaml create mode 100644 .do/deploy.template.yaml diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 0000000..14606be --- /dev/null +++ b/.do/app.yaml @@ -0,0 +1,8 @@ +name: uptime-kuma +services: + - dockerfile_path: Dockerfile + github: + branch: main + deploy_on_push: true + repo: philippdormann/uptime-kuma + name: uptime-kuma diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 0000000..1023e85 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,8 @@ +spec: + name: uptime-kuma + services: + - dockerfile_path: Dockerfile + git: + branch: main + repo_clone_url: https://github.com/philippdormann/uptime-kuma.git + name: uptime-kuma \ No newline at end of file