Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
passenger, I love ya, your my sister, but you're a bitch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Jun 25, 2009
1 parent c7c694f commit 0e9a2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/vlad.rake
Expand Up @@ -10,6 +10,6 @@ namespace :vlad do
desc "concatenate deployment commands." desc "concatenate deployment commands."
task :my_deploy do task :my_deploy do
deploy_to = (ENV['to'].blank? ? 'production' : ENV['to']) deploy_to = (ENV['to'].blank? ? 'production' : ENV['to'])
system("rake vlad:update vlad:start vlad:cleanup to=#{deploy_to}") system("rake vlad:update vlad:migrate vlad:start vlad:cleanup to=#{deploy_to}")
end end
end end

0 comments on commit 0e9a2ba

Please sign in to comment.