From c2c50760cc6140c31ae0e56982001181fbac108c Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 24 Aug 2022 01:22:52 +0200 Subject: [PATCH] Try and use woodpecker --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8216519 --- /dev/null +++ b/.woodpecker.yml @@ -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