diff --git a/Procfile b/Procfile index 54e13c77f06..4d752a6c18c 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bundle exec rails server -p $PORT -sidekiq: bundle exec sidekiq -e $RAILS_ENV \ No newline at end of file +worker: bundle exec sidekiq -e $RAILS_ENV \ No newline at end of file