diff --git a/.do/app.yaml b/.do/app.yaml deleted file mode 100644 index c544851a..00000000 --- a/.do/app.yaml +++ /dev/null @@ -1,9 +0,0 @@ -name: uptime-kuma -services: - - name: server - image: - registry_type: DOCKER_HUB - registry: docker.io - repository: louislam/uptime-kuma - http_port: 3001 - diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index eb795c50..ecbcea7f 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -2,9 +2,10 @@ spec: name: uptime-kuma services: - name: server - image: - registry_type: DOCKER_HUB - registry: docker.io - repository: louislam/uptime-kuma + git: + repo_clone_url: https://github.com/louislam/uptime-kuma + branch: master http_port: 3001 + build_command: npm run setup + run_command: npm run start-server