forked from wezm/wezm.net
Don't sync times when deploying
This commit is contained in:
parent
eb08f26ec5
commit
81e87543a9
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ base_url: 'http://www.wezm.net'
|
||||||
deploy:
|
deploy:
|
||||||
default:
|
default:
|
||||||
dst: "wezm@www.wezm.net:www"
|
dst: "wezm@www.wezm.net:www"
|
||||||
options: [ '-avz', '--delete', '--exclude=".svn"' ]
|
options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue