Skip to content

Instantly share code, notes, and snippets.

@bryanleetc
Created November 15, 2017 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanleetc/06375a6c97cb9d48b64d35f2a56ef5a3 to your computer and use it in GitHub Desktop.
Save bryanleetc/06375a6c97cb9d48b64d35f2a56ef5a3 to your computer and use it in GitHub Desktop.
A rake task to type less when deploying a Rails app via Capistrano
namespace :app do
task :deploy, [:id] => :environment do |t, args|
system("bundle exec cap production deploy")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment