Queerscriptors.org/.woodpecker.yml

12 lines
311 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
2022-08-24 00:10:40 +00:00
- pip install lektor
2022-08-23 23:22:52 +00:00
- lektor build --output-path public
- cp -r public/ /var/www/queerscriptors/
volumes:
- /var/www/queerscriptors:/var/www/queerscriptors