remove when blocks to allow manual pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
HackerNCoder 2024-09-20 16:37:40 +02:00
parent f9ba30cb7e
commit 1729ed8957

View file

@ -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