feat: Update CI and Duckquill
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-11-04 18:25:16 +03:00
parent 954ea5dedb
commit e4a3d74d8e
2 changed files with 11 additions and 11 deletions

View file

@ -1,19 +1,19 @@
clone:
git:
image: bash
image: fish
commands:
- cd /home/daudix
- if [ -d .exoci/website ]; then
- cd .exoci/website
- cd ~/.exoci
- if test -d website
- cd website
- git pull
- git submodule update --remote --merge
- else
- git clone --recursive https://git.exozy.me/daudix/website.git .exoci/website
- fi
- git clone https://git.exozy.me/daudix/website.git
- end
pipeline:
build:
image: bash
image: fish
commands:
- cd /home/daudix/.exoci/website
- ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix --force
- cd ~/.exoci/website
- zola build --output-dir /srv/http/pages/daudix --force
- echo Y29uZ3JhdHMsIHlvdSBmb3VuZCBpdCEK | base64 -d > /srv/http/pages/daudix/ananas-duck

@ -1 +1 @@
Subproject commit d7c2f206b94eecf6648d05cec0677a93f7e2b27e
Subproject commit b14cbf233735e9db8491ee88c629e495554040b5