rubycentral/cfp-app

View on GitHub
Procfile

Summary

Maintainability
Test Coverage
release: bundle exec rake db:migrate
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -t 25 -q default