Files
postal/Procfile
T

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