Skip to content

Instantly share code, notes, and snippets.

@cypok
Created January 23, 2009 11:08
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 cypok/50969 to your computer and use it in GitHub Desktop.
Save cypok/50969 to your computer and use it in GitHub Desktop.
default_run_options[:pty] = true
set :application, "embplay"
set :user, "deployer"
set :deploy_to, "/home/deployer/#{application}"
set :use_sudo, false
set :scm, "git"
set :repository, "git@github.com:cypok/#{application}.git"
set :branch, "master"
set :deploy_via, :remote_cache
set :scm_verbose, true
set :db_user, application
set :location, "embplay.cypok.info"
role :app, location
role :web, location
role :db, location, :primary => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment