forked from wezm/wezm.net
Delete extra files when rsync deploying
This commit is contained in:
parent
b825b60c4c
commit
441648f4a1
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', '--exclude=".svn"' ]
|
options: [ '-avz', '--delete', '--exclude=".svn"' ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue