Skip to content

Commit

Permalink
Trying to deploy with Puma
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmorales committed Mar 5, 2017
1 parent 6ccdfcf commit 893cbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec puma -p $PORT
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require_relative 'lib/todo'
run Todo::Box.new.rack.main

0 comments on commit 893cbb8

Please sign in to comment.