This commit is contained in:
Manu 2011-09-26 00:16:15 +03:00
parent a4177e1471
commit af1f2af48f
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ end
desc "Deploy website via rsync"
task :rsync do
puts "## Deploying website via Rsync"
ok_failed system("rsync -avze 'ssh -p {ssh_port}' --delete #{public_dir}/ #{ssh_user}:#{document_root}")
ok_failed system("rsync -avze 'ssh -p #{ssh_port}' --delete #{public_dir}/ #{ssh_user}:#{document_root}")
end
desc "deploy public directory to github pages"