Advertisement
Guest User

Untitled

a guest
May 26th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. require 'capistrano/setup'
  2. require 'capistrano/deploy'
  3. require 'capistrano/rbenv'
  4. require 'capistrano/bundler'
  5. require 'capistrano/rails/assets'
  6. require 'capistrano/rails/migrations'
  7.  
  8. # Optional
  9. require 'capistrano/eye'
  10. require 'capistrano/dotgpg'
  11.  
  12. # Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
  13. Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement