Tweak rsync flags

This commit is contained in:
Wesley Moore 2019-02-28 18:19:03 +11:00
parent cd37a544b8
commit a27850e32d
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

View file

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