From 9019059d9291d0f40cd626c8f7f1a0d5bd0e47fc Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Mon, 9 Sep 2024 15:02:43 +0200 Subject: [PATCH] image auf codeberg vermutlich nicht erreichbar --- .woodpecker/ist-image-erreichbar.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.woodpecker/ist-image-erreichbar.yaml b/.woodpecker/ist-image-erreichbar.yaml index af95988..d3200d9 100644 --- a/.woodpecker/ist-image-erreichbar.yaml +++ b/.woodpecker/ist-image-erreichbar.yaml @@ -1,6 +1,12 @@ -deploy: - image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1 - settings: - folder: dist - ssh_key: - from_secret: ssh_key \ No newline at end of file +when: + - event: push + branch: [no-real-branch, feature/working-*] + #https://woodpecker-ci.org/docs/usage/workflow-syntax#when---conditional-execution + +steps: + - name: wir-testen-die-umgebung + image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1 + settings: + folder: Blog + ssh_key: + from_secret: clioption \ No newline at end of file