Removed woodpecker CD pipeline
All checks were successful
/ test (push) Successful in 3s

This commit is contained in:
Oscar Blue 2023-10-27 16:20:04 +01:00
parent 10e3e102be
commit b1072ef00b

View file

@ -1,14 +0,0 @@
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