diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..dc84f3b --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,19 @@ +clone: + git: + image: bash + commands: + - cd /home/0xmrtt + - if [ -d gadolinium ]; then + - cd gadolinium + - git pull + - git submodule update + - else + - git clone --recursive https://git.exozy.me/0xMRTT/gadolinium.git + - fi + +pipeline: + build: + image: bash + commands: + - cd /home/0xmrtt/gadolinium/doc + - hugo --minify --cleanDestinationDir --destination /srv/http/pages/gadolinium \ No newline at end of file