Skip to content

Instantly share code, notes, and snippets.

@alChaCC
Created March 27, 2014 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alChaCC/9799148 to your computer and use it in GitHub Desktop.
Save alChaCC/9799148 to your computer and use it in GitHub Desktop.
config/deploy/staging.rb
set :branch, 'develop'
set :user, 'stage_deployer'
set :domain, 'staging.your.domain'
set :rails_env, "staging"
set :deploy_to, "/home/#{user}/#{application}"
server "#{domain}", :web, :app, :db, :asset_syncer, :sidekiqer, :primary => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment