Try and use woodpecker

This commit is contained in:
HackerNCoder 2022-08-24 01:22:52 +02:00
parent 974a783bcb
commit c2c50760cc

12
.woodpecker.yml Normal file
View file

@ -0,0 +1,12 @@
pipeline:
build:
image: debian
commands:
- apt-get install -y python3-venv python3-pip
- python3 -m pip install --user pipx
- python3 -m pipx ensurepath
- pipx install lektor
- lektor build --output-path public
- cp -r public/ /var/www/queerscriptors/
volumes:
- /var/www/queerscriptors:/var/www/queerscriptors