This file contains 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
# 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 |