Skip to content

Commit

Permalink
Merge pull request #1 from jbennett/rakefile-typo
Browse files Browse the repository at this point in the history
Dynamically set site URL
  • Loading branch information
Mig Reyes committed Feb 16, 2014
2 parents f9eafee + 1873f71 commit 76e6cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end

desc "Upload a fresh copy of the site to your server."
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}"
end

Expand Down

0 comments on commit 76e6cc6

Please sign in to comment.