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: clone:
git: git:
image: bash image: fish
commands: commands:
- cd /home/daudix - cd ~/.exoci
- if [ -d .exoci/website ]; then - if test -d website
- cd .exoci/website - cd website
- git pull - git pull
- git submodule update --remote --merge
- else - else
- git clone --recursive https://git.exozy.me/daudix/website.git .exoci/website - git clone https://git.exozy.me/daudix/website.git
- fi - end
pipeline: pipeline:
build: build:
image: bash image: fish
commands: commands:
- cd /home/daudix/.exoci/website - cd ~/.exoci/website
- ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix --force - 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