examples/Procfile in perkins-0.0.2 vs examples/Procfile in perkins-0.0.3
- old
+ new
@@ -1,4 +1,5 @@
#unicorn: unicorn -c unicorn.rb
-web: rackup config.ru
+rainbows: rainbows -c rainbows.rb
+#web: rackup config.ru
#web: thin --servers 3 -R config.ru start
workers: bundle exec sidekiq -r ./boot.rb -C ./sidekiq.yml
\ No newline at end of file