forked from wezm/wezm.net
Tweak deployment config to not fail on setting times on doc root
This commit is contained in:
parent
cf4b6ae020
commit
1834572ff9
1 changed files with 1 additions and 1 deletions
|
@ -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"' ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue