Skip to content

Instantly share code, notes, and snippets.

@jcuffe
Created October 9, 2012 20:10
Show Gist options
  • Save jcuffe/3861125 to your computer and use it in GitHub Desktop.
Save jcuffe/3861125 to your computer and use it in GitHub Desktop.
set :application, 'spacely'
set :repository, '[email protected]:upstartmobile/spacely.git'
set :scm, :git
set :user, 'admin'
set :domain, 'ec2-23-22-241-159.compute-1.amazonaws.com'
set :deploy_via, :copy
set :use_sudo, false
role :web, domain
role :app, domain
role :db, domain
servers: ["ec2-23-22-241-159.compute-1.amazonaws.com"]
Password:
@torrancew
Copy link

@jcuffe, sorry I missed you in #capistrano - I have returned and am around if you want to chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment