mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Standardize on 'worker' for sidekiq Procfile entry (expected by buildpack).
This commit is contained in:
parent
43ce16a6dc
commit
a2fa70ab5c
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
web: bundle exec rails server -p $PORT
|
||||
sidekiq: bundle exec sidekiq -e $RAILS_ENV
|
||||
worker: bundle exec sidekiq -e $RAILS_ENV
|
Loading…
Reference in a new issue