diff --git a/Procfile b/Procfile index a1dbbf9..d5239c4 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: bin/rails server -p ${PORT:-5000} -e $RAILS_ENV +sidekiq: bundle exec sidekiq release: ./scripts/release-tasks.sh \ No newline at end of file