From 1729ed89578c287c8420b27747a81648c2afafde Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 20 Sep 2024 16:37:40 +0200 Subject: [PATCH] remove when blocks to allow manual pipeline --- .woodpecker.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ba71d1b..bf14208 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,8 +7,6 @@ steps: - wget https://gitlab.torproject.org/tpo/web/lego/-/raw/main/lektor-requirements.txt -O requirements.txt - python3 -m pip install --require-hashes -r requirements.txt - lektor build --output-path public - when: - - event: push publish: image: debian commands: @@ -16,5 +14,3 @@ steps: - cp -r public/* /var/www/comlib/ volumes: - /var/www/comlib/:/var/www/comlib/ - when: - - event: push