1
0
Fork 0
forked from wezm/wezm.net

Delete extra files when rsync deploying

This commit is contained in:
Wesley Moore 2010-07-15 18:32:37 +10:00
parent b825b60c4c
commit 441648f4a1

View file

@ -45,5 +45,5 @@ base_url: 'http://www.wezm.net'
deploy:
default:
dst: "wezm@www.wezm.net:www"
options: [ '-avz', '--exclude=".svn"' ]
options: [ '-avz', '--delete', '--exclude=".svn"' ]