This file contains hidden or 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, "parpp" | |
# set :repository, "set your repository location here" | |
# set :scm, :git # You can set :scm explicitly or Capistrano will make an intelligent guess based on known version control directory names | |
# Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none` | |
# role :web, "your web-server here" # Your HTTP server, Apache/etc | |
# role :app, "your app-server here" # This may be the same as your `Web` server | |
# role :db, "your primary db-server here", :primary => true # This is where Rails migrations will run | |
# role :db, "your slave db-server here" |