Skip to content

Instantly share code, notes, and snippets.

@auxesis
Created November 27, 2012 22:30
Show Gist options
  • Select an option

  • Save auxesis/4157612 to your computer and use it in GitHub Desktop.

Select an option

Save auxesis/4157612 to your computer and use it in GitHub Desktop.
server "stub", :stub
namespace :deploy do
task :default do
# Get list of stages
# Run the deploy task on each stage
puts "Deploying..."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment