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