Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created March 17, 2011 16:55
Show Gist options
  • Select an option

  • Save DCarper/874682 to your computer and use it in GitHub Desktop.

Select an option

Save DCarper/874682 to your computer and use it in GitHub Desktop.
namespace :deploy do
[:start, :stop].each do |t|
desc "#{t} task is a no-op with passenger"
task t, :roles => :app do ; end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment