Created
August 21, 2012 13:27
-
-
Save tdelam/3415397 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load 'deploy' | |
| load 'deploy/assets' | |
| Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) } | |
| load 'config/deploy' # remove this line to skip loading any of the default tasks | |
| require "rvm/capistrano" # Load RVM's capistrano plugin. | |
| require 'bundler/capistrano' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment