From 7bb72df3189e09ef58f1dddb3f6772958248cac7 Mon Sep 17 00:00:00 2001 From: tobias Date: Wed, 5 Jun 2024 22:20:14 +0200 Subject: [PATCH] Undisable custom events when --- .drone.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index b86a9c5..faa1cc5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,12 +17,6 @@ steps: context: payload dockerfile: payload/Dockerfile target: dev - when: &exclude-event-custom - branch: - - main - event: - exclude: - - custom - name: publish payload prod container image: plugins/docker @@ -31,8 +25,6 @@ steps: username: 3wordchant repo: git.autonomic.zone/autonomic-cooperative/nextload-prod target: prod - when: - <<: *exclude-event-custom - name: deploy stack image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest @@ -53,6 +45,4 @@ steps: DRONE_URL: "https://drone.autonomic.zone" PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone" depends_on: - - publish payload prod container - when: - <<: *exclude-event-custom \ No newline at end of file + - publish payload prod container \ No newline at end of file