fix sidekiq Procfile line

master
Thomas Riboulet 9 years ago
parent 73a37aec91
commit af224625a1

@ -1,2 +1,2 @@
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
sidekiq: bundle exec sidekiq -e ${RACK_ENV:-development}
sidekiq: bundle exec sidekiq -e ${RACK_ENV:-development} -r ./hello.rb

Loading…
Cancel
Save