Skip to content

Instantly share code, notes, and snippets.

@kirillshevch
Created February 27, 2017 16:12
Show Gist options
  • Select an option

  • Save kirillshevch/5878acfef383e7949731f252df82af0f to your computer and use it in GitHub Desktop.

Select an option

Save kirillshevch/5878acfef383e7949731f252df82af0f to your computer and use it in GitHub Desktop.
config/deploy/production.rb
role :app, %w{deployer@ip}
role :web, %w{deployer@ip}
role :db, %w{deployer@ip}
set :branch, fetch(:branch, 'master')
set :deploy_to, '/home/deployer/www/translations'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment