From bd85625dac07a33b36bde9b7919a5fc0627e686e Mon Sep 17 00:00:00 2001 From: LouisLam Date: Sun, 11 Jul 2021 21:18:00 +0800 Subject: [PATCH] fix --- .do/deploy.template.yaml | 16 ++++++++-------- .editorconfig | 3 +++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index ccd0c421..e898074e 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -1,10 +1,10 @@ spec: - name: uptime-kuma - services: - - name: server - image: - registry_type: DOCKER_HUB - registry: docker.io - repository: louislam/uptime-kuma - http_port: 3001 + name: uptime-kuma + services: + - name: server + image: + registry_type: DOCKER_HUB + registry: docker.io + repository: louislam/uptime-kuma + http_port: 3001 diff --git a/.editorconfig b/.editorconfig index 779f99a1..af09f8cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[*.yaml] +indent_size = 2