From 974672f7c1b9b9912e0443b291dd711ae4b12054 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 10 Aug 2021 13:09:36 +0800 Subject: [PATCH] Delete deploy.template.yaml --- .do/deploy.template.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml deleted file mode 100644 index ecbcea7f8..000000000 --- a/.do/deploy.template.yaml +++ /dev/null @@ -1,11 +0,0 @@ -spec: - name: uptime-kuma - services: - - name: server - 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 -