From ed3184fd0be793011eb73bc94d4591d8733705e6 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 26 Jun 2022 15:45:58 +0200 Subject: [PATCH] Use labels for woodpecker continuous deployments --- .woodpecker/.continuous-deployment.yml | 5 ++++- .woodpecker/.releaser.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index a293d17f..9270c9a0 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -3,7 +3,10 @@ matrix: - PHP_MAJOR_VERSION: 7.4 PHP_VERSION: 7.4.18 -platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca +# This prevents executing this pipeline at other servers than ci.friendi.ca +labels: + location: friendica + type: releaser skip_clone: true diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index 080cbb86..4b592d99 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -3,7 +3,10 @@ matrix: - PHP_MAJOR_VERSION: 7.4 PHP_VERSION: 7.4.18 -platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca +# This prevents executing this pipeline at other servers than ci.friendi.ca +labels: + location: friendica + type: releaser skip_clone: true