Pipeline: Prevented resyncing deleted files
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Oscar Blue 2022-06-12 01:39:06 +01:00
parent 3f4738a35a
commit ee4fe6e3a8
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ pipeline:
commands:
- apk add hugo rsync
- hugo
- rsync -r ./public/ /oscar.blue/
- rsync -rltvz --delete --omit-dir-times ./public/ /oscar.blue/
volumes:
- /var/www/oscar.blue:/oscar.blue

View file

@ -1,6 +1,6 @@
---
title: "Home"
draft: false
draft: true
single: true
---