mise à jour de Procfile

This commit is contained in:
clemkeirua 2020-07-09 09:32:22 +02:00
parent 60c3047e4f
commit fa86204410
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
server: bin/rails server -p 3000
jobs: bin/delayed_job run
server: RAILS_QUEUE_ADAPTER=delayed_job bin/rails server -p 3000
jobs: bin/rake jobs:work