Skip to content

Instantly share code, notes, and snippets.

@tal
Created August 8, 2011 20:01
Show Gist options
  • Select an option

  • Save tal/1132579 to your computer and use it in GitHub Desktop.

Select an option

Save tal/1132579 to your computer and use it in GitHub Desktop.
Cityswift GG file
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