From 8cebecbbfd9a45256dfdf47e3a8553b1f6d69029 Mon Sep 17 00:00:00 2001 From: tobias Date: Wed, 10 Jul 2024 10:03:03 +0200 Subject: [PATCH] Fix indentation --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 501faef..ad3d166 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,21 +2,21 @@ kind: pipeline name: publish pipeline steps: - - name: publish jekyll container - image: plugins/docker - settings: &docker-build-settings - username: 3wordchant - password: - from_secret: git_autonomic_zone_token_3wc - repo: git.autonomic.zone/autonomic-cooperative/kcl-site - auto_tag: true - registry: git.autonomic.zone - when: - branch: - - main - event: - exclude: - - custom + - name: publish jekyll container + image: plugins/docker + settings: &docker-build-settings + username: 3wordchant + password: + from_secret: git_autonomic_zone_token_3wc + repo: git.autonomic.zone/autonomic-cooperative/kcl-site + auto_tag: true + registry: git.autonomic.zone + when: + branch: + - main + event: + exclude: + - custom - name: deploy-site image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest