From 275b5217c4fd2a1529f9e04591c7fe0dca568e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Fri, 1 Nov 2024 20:31:09 +0300 Subject: [PATCH] Woodpecker test --- .woodpecker/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .woodpecker/build.yaml 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