mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Tweak rsync flags
This commit is contained in:
parent
cd37a544b8
commit
a27850e32d
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ deploy:
|
|||
kind: rsync
|
||||
dst: "hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net"
|
||||
#options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
|
||||
options: [ '-avz', '--omit-dir-times', '--delete', '--exclude=".svn"' ]
|
||||
options: [ '-avz', '--delete' ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue