1
0
Fork 0

Adding worker to procfile

This commit is contained in:
magnolia-fan 2011-10-06 00:18:57 +04:00
parent 1acd9ba6d6
commit 7daea8832d
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
worker: bundle exec rake jobs:work