Skip to content

Instantly share code, notes, and snippets.

@thotmx
Last active August 29, 2015 14:01
Show Gist options
  • Save thotmx/b7d828432e42773938bd to your computer and use it in GitHub Desktop.
Save thotmx/b7d828432e42773938bd to your computer and use it in GitHub Desktop.
config/deploy/production.rb
set :stage, :production
role :app, %w{deployer@162.243.71.34}
role :web, %w{deployer@162.243.71.34}
role :db, %w{deployer@162.243.71.34}
server '162.243.71.34', user: 'deployer', roles: %w{web app db}
set :branch, ENV["REVISION"] || ENV["BRANCH_NAME"] || "master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment