Skip to content

Commit

Permalink
Dynamically set site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jbennett committed Feb 16, 2014
1 parent f9eafee commit 1873f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -56,7 +56,7 @@ end


desc "Upload a fresh copy of the site to your server." desc "Upload a fresh copy of the site to your server."
task :deploy => [:build] do task :deploy => [:build] do
puts "Deploying at site.com!" puts "Deploying at http://#{url_live}!"
system "rsync -avze 'ssh -p 22' --delete public/ #{deploy_user}:#{deploy_path}" system "rsync -avze 'ssh -p 22' --delete public/ #{deploy_user}:#{deploy_path}"
end end


Expand Down

0 comments on commit 1873f71

Please sign in to comment.