diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 000000000..14606be36 --- /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 000000000..1023e8543 --- /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