Pipeline: Prevented resyncing deleted files
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
3f4738a35a
commit
ee4fe6e3a8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Home"
|
||||
draft: false
|
||||
draft: true
|
||||
single: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue