]> git.mxchange.org Git - friendica.git/commitdiff
Use labels for woodpecker continuous deployments
authorPhilipp <admin@philipp.info>
Sun, 26 Jun 2022 13:45:58 +0000 (15:45 +0200)
committerPhilipp <admin@philipp.info>
Sun, 26 Jun 2022 13:45:58 +0000 (15:45 +0200)
.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index d334a4307aa13042426e159f0e0ae35065a1d828..5a29fe61295c627914f762fdd4c0906823a73746 100644 (file)
@@ -9,7 +9,10 @@ depends_on:
   - database_checks
   - messages.po_check
 
-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
 
index acac6ed2c47fb9453108921b168b9a385593a4a3..5b56a6e1db4f988fa2ec9cefb93d5bc87efd7788 100644 (file)
@@ -7,7 +7,10 @@ depends_on:
   - phpunit
   - code_standards_check
 
-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