Skip to content

Commit

Permalink
Merge pull request #5 from drnic/cf
Browse files Browse the repository at this point in the history
Added config.ru for Cloud Foundry/Heroku support
  • Loading branch information
pokle committed Jun 18, 2013
2 parents 966e550 + 738664c commit ee56a36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require './app'
run Sinatra::Application
7 changes: 7 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
applications:
- name: bootstrap
memory: 128M
instances: 1
url: bootstrap.${target-base}
path: .

0 comments on commit ee56a36

Please sign in to comment.