diff --git a/.woodpecker.yml b/.woodpecker.yml index bd7dc58..34ca0ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,3 @@ -workspace: - base: /queerscriptors - path: src/ pipeline: build: image: python:3.8-bullseye @@ -9,10 +6,10 @@ pipeline: - apt-get install -y git ca-certificates gettext wget python3-pip - wget https://gitlab.torproject.org/tpo/tpa/ci-templates/-/raw/main/lektor-requirements.txt -O requirements.txt - python3 -m pip install --require-hashes -r requirements.txt - - lektor build --output-path ../public + - lektor build --output-path public publish: image: debian commands: - - cp -r ../public/* /var/www/queerscriptors/ + - cp -r public/* /var/www/queerscriptors/ volumes: - /var/www/queerscriptors:/var/www/queerscriptors