Browse Source

add proper DigitalOcean templates

pull/154/head^2
Philipp Dormann 4 years ago
parent
commit
dddbd34125
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 8
      .do/app.yaml
  2. 8
      .do/deploy.template.yaml

8
.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

8
.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
Loading…
Cancel
Save