Queerscriptors.org/.woodpecker.yml

14 lines
390 B
YAML
Raw Normal View History

2022-08-23 23:22:52 +00:00
pipeline:
build:
image: debian
commands:
2022-08-24 00:07:28 +00:00
- apt-get update
2022-08-23 23:22:52 +00:00
- 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