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