Created
July 11, 2013 01:10
-
-
Save webandtech/5971691 to your computer and use it in GitHub Desktop.
Example manifest file for Cloud Foundry to use with cf.rake deploy task
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
--- | |
applications: | |
- name: pivotalallocations2 | |
command: bundle exec unicorn -p $PORT -c ./config/unicorn.rb | |
path: ../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment