1
0
Fork 0
forked from wezm/wezm.net

Tweak deployment config to not fail on setting times on doc root

This commit is contained in:
Wesley Moore 2015-08-28 19:41:48 +10:00
parent cf4b6ae020
commit 1834572ff9

View file

@ -47,5 +47,5 @@ deploy:
kind: rsync
dst: "bitcaster.wezm.net:/var/www/www.wezm.net"
#options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
options: [ '-avz', '--delete', '--exclude=".svn"' ]
options: [ '-avz', '--omit-dir-times', '--delete', '--exclude=".svn"' ]