Skip to content

Instantly share code, notes, and snippets.

@kiote
Created December 23, 2011 09:56
Show Gist options
  • Save kiote/1513768 to your computer and use it in GitHub Desktop.
Save kiote/1513768 to your computer and use it in GitHub Desktop.
server 'domain.ru', :app, :web, :db, :primary => true
set :deploy_to, "/home/www/domain"
set :rails_env, "staging"
set :user, "apps"
set :unicorn_conf, "#{deploy_to}/current/config/unicorn_staging.rb"
set :unicorn_pid, "#{deploy_to}/shared/pids/unicorn.pid"
set :shared_path, "#{deploy_to}/shared"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment