add command to procfile

This commit is contained in:
Konstantin Haase 2016-04-28 15:15:57 +02:00
parent 7f437f9d27
commit 168bc39d2a

View File

@ -1,3 +1,4 @@
web: ./script/server
console: bundle exec je ./script/console
sidekiq: bundle exec je sidekiq -c 4 -r ./lib/travis/sidekiq.rb -q build_cancellations, -q build_restarts, -q job_cancellations, -q job_restarts
start_crons: ./script/start_crons