Skip to content

Instantly share code, notes, and snippets.

View arthurnn's full-sized avatar
🟢
CI is passing

Arthur Nogueira Neves arthurnn

🟢
CI is passing
View GitHub Profile
@arthurnn
arthurnn / deploy.rb
Last active December 14, 2015 18:29 — forked from mpelos/deploy.rb
Locaweb deploy capistrano script
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