Skip to content

Commit

Permalink
add Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
s4na committed Dec 5, 2019
1 parent 24488b7 commit eb391e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
release: bundle exec rake db:migrate
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}

0 comments on commit eb391e2

Please sign in to comment.