diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml new file mode 100644 index 0000000..d962023 --- /dev/null +++ b/.woodpecker/build.yaml @@ -0,0 +1,8 @@ +steps: + - name: site + image: bash + commands: + - cd /mnt/2TB/sites/sadium + - git pull --force + - rm -rf public + - hugo -D \ No newline at end of file