From dc577a72862ed19701532f89f5e42b81b0ff71b5 Mon Sep 17 00:00:00 2001 From: tobias Date: Tue, 4 Jun 2024 10:16:59 +0200 Subject: [PATCH] See if drone syntax is killing build --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62d41c6..c3d27a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: registry: git.autonomic.zone context: astro dockerfile: astro/Dockerfile - when: &exclude-event-custom + trigger: &exclude-event-custom branch: - main event: @@ -30,8 +30,8 @@ steps: context: payload dockerfile: payload/Dockerfile target: dev - when: - <<: *exclude-event-custom + trigger: + << *exclude-event-custom - name: publish payload prod container image: plugins/docker @@ -40,8 +40,8 @@ steps: username: 3wordchant repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload target: prod - when: - <<: *exclude-event-custom + trigger: + << *exclude-event-custom - name: deploy stack image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest @@ -63,8 +63,8 @@ steps: PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone" depends_on: - publish payload prod container - when: - <<: *exclude-event-custom + trigger: + << *exclude-event-custom - name: build astro content image: git.autonomic.zone/autonomic-cooperative/astro-payload-test-astro:latest