Skip to content

Instantly share code, notes, and snippets.

@resistorsoftware
Created May 27, 2010 17:56
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 resistorsoftware/416117 to your computer and use it in GitHub Desktop.
Save resistorsoftware/416117 to your computer and use it in GitHub Desktop.
set :application, "foo"
set :repository, "git@github.com:foo/foobar.git"
set :scm, :git
role :web, "dev.foo.com" # Your HTTP server, Apache/etc
role :app, "dev.foo.com" # This may be the same as your `Web` server
role :db, "dev.foo.com", :primary => true # This is where Rails migrations will run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment