From: Philipp Date: Sun, 26 Jun 2022 13:45:58 +0000 (+0200) Subject: Use labels for woodpecker continuous deployments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed3184fd0be793011eb73bc94d4591d8733705e6;p=friendica-addons.git Use labels for woodpecker continuous deployments --- 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