feat: Workflow
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-10-13 16:30:18 +00:00
parent 0323f96583
commit 4a7a012be4
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

19
.woodpecker.yml Normal file
View file

@ -0,0 +1,19 @@
clone:
git:
image: bash
commands:
- cd /home/daudix
- if [ -d .exoci/website ]; then
- cd .exoci/website
- git pull
- git submodule update
- else
- git clone --recursive https://git.exozy.me/daudix/website.git .exoci/website
- fi
pipeline:
build:
image: bash
commands:
- cd /home/daudix/.exoci/website
- ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix --force