Skip to content

Instantly share code, notes, and snippets.

@blackcoat
blackcoat / deploy.rb
Created May 4, 2012 18:53 — forked from gabetax/deploy.rb
Capistrano deploy.rb for Rails 3.2 apps
# http://gembundler.com/deploying.html
require 'bundler/capistrano'
# http://guides.rubyonrails.org/asset_pipeline.html
load 'deploy/assets'
# http://beginrescueend.com/integration/capistrano/
# Also add rvm-capistrano to your Gemfile
require "rvm/capistrano" # Load RVM's capistrano plugin.
set :rvm_type, :system # Copy the exact line. I really mean :system here