1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-24 04:00:41 +00:00

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"' ]