Skip to content

Instantly share code, notes, and snippets.

@wolfieorama
Created April 20, 2016 14:49
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 wolfieorama/d591cf2468c1b0174e00e25e950b447b to your computer and use it in GitHub Desktop.
Save wolfieorama/d591cf2468c1b0174e00e25e950b447b to your computer and use it in GitHub Desktop.
# Load DSL and Setup Up Stages
require 'capistrano/setup'
require 'capistrano/deploy'
require 'capistrano/rails'
require 'capistrano/bundler'
require 'capistrano/rvm'
require 'capistrano/puma'
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment