Files
postal/Procfile
2017-04-19 13:07:25 +01:00

7 lines
241 B
Plaintext

web: bundle exec puma -C config/puma.rb
fast: bundle exec rake postal:fast_server
worker: bundle exec rake postal:worker
cron: bundle exec rake postal:cron
smtp: bundle exec rake postal:smtp_server
requeuer: bundle exec rake postal:requeuer