Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # Load DSL and Setup Up Stages
  2. require 'capistrano/setup'
  3.  
  4. # Includes default deployment tasks
  5. require 'capistrano/deploy'
  6.  
  7. require "capistrano/bundler" # NOTICE: capistrano/bundler, not capistrano/rails
  8.  
  9. # Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
  10. Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement