diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml new file mode 100644 index 0000000..c13b8f4 --- /dev/null +++ b/.woodpecker/.deploy.yml @@ -0,0 +1,14 @@ +branches: main + +labels: + hostname: "oscarblue" + +pipeline: + deploy: + image: alpine:3.16.0 + commands: + - apk add hugo rsync + - hugo + - rsync -rltvz --delete --omit-dir-times ./public/ /git-links/ + volumes: + - /var/www/git-links:/git-links