Skip to content

Instantly share code, notes, and snippets.

@tdelam
Created August 21, 2012 13:27
Show Gist options
  • Select an option

  • Save tdelam/3415397 to your computer and use it in GitHub Desktop.

Select an option

Save tdelam/3415397 to your computer and use it in GitHub Desktop.
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