add proper DigitalOcean templates

This commit is contained in:
Philipp Dormann 2021-07-14 23:52:15 +02:00
parent 5ed8ab4b5b
commit dddbd34125
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 16 additions and 0 deletions

8
.do/app.yaml Normal file
View File

@ -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

8
.do/deploy.template.yaml Normal file
View File

@ -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