From 24f370256caa2151dc9f822b3f5f2af9633ec660 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Sun, 11 Jul 2021 20:40:21 +0800 Subject: [PATCH] add digialocean deploy script --- .do/deploy.template.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 00000000..a6bd0881 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,9 @@ +spec: + name: uptime-kuma + services: + - name: server + image: + registry_type: DOCKER_HUB + registry: louislam + repository: uptime-kuma +