Procfile added. use foreman start to run gitlabhq
This commit is contained in:
parent
2d3b6375f3
commit
57ac5fe99f
5 changed files with 19 additions and 2 deletions
2
Procfile
Normal file
2
Procfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
web: bundle exec rails s -p $PORT
|
||||
worker: bundle exec rake environment resque:work QUEUE=*
|
Loading…
Add table
Add a link
Reference in a new issue