Created
August 8, 2011 20:01
-
-
Save tal/1132579 to your computer and use it in GitHub Desktop.
Cityswift GG file
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
| service :cityswift do | |
| requires :stack, :city_service | |
| start 'ant && bin/dev.sh' | |
| group :city | |
| dir '/web/cityswift' | |
| proc_match 'com.gilt.swift.svc.SwiftServer' # need to change this | |
| ping 'http://city.localhost/newyork/' | |
| read_log 'log/cityswift.log' | |
| deploy_envs %w{production qa2 stage stage11 stage12} | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment