Skip to content

Commit

Permalink
Standardize on 'worker' for sidekiq Procfile entry (expected by build…
Browse files Browse the repository at this point in the history
…pack).
  • Loading branch information
crohr committed Oct 8, 2013
1 parent 43ce16a commit a2fa70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a2fa70a

Please sign in to comment.