Created
May 27, 2010 17:56
-
-
Save resistorsoftware/416117 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set :application, "foo" | |
set :repository, "[email protected]: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