Skip to content
Snippets Groups Projects
Procfile 121 B
Newer Older
web: bundle exec puma -C config/puma.rb
worker: bundle exec good_job start
Arnaud Levy's avatar
Arnaud Levy committed
postdeploy: rails db:migrate && rails db:seed