mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
add proper DigitalOcean templates
This commit is contained in:
parent
5ed8ab4b5b
commit
dddbd34125
2 changed files with 16 additions and 0 deletions
8
.do/app.yaml
Normal file
8
.do/app.yaml
Normal 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
8
.do/deploy.template.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue