Procfile added. use foreman start to run gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2012-01-08 12:20:24 +02:00
parent 2d3b6375f3
commit 57ac5fe99f
5 changed files with 19 additions and 2 deletions

2
Procfile Normal file
View file

@ -0,0 +1,2 @@
web: bundle exec rails s -p $PORT
worker: bundle exec rake environment resque:work QUEUE=*