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
require "bundler/capistrano" | |
set :application, "set your application name here" | |
set :user, "set your Locaweb's user" | |
set :server_addr, "set the Locaweb's server ip address or your ftp address" | |
set :deploy_to, "/home/#{user}/rails_app/#{application}" | |
set :rails_env, "production" | |
set :use_sudo, false | |
# Git settings |