Added CI pipeline

This commit is contained in:
Oscar Blue 2023-10-27 15:57:35 +01:00
parent f1889c7d86
commit 8f964e7631

14
.woodpecker/.deploy.yml Normal file
View file

@ -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