]> cat aescling's git repositories - mastodon.git/blobdiff - Procfile
Fix WebUI crashing when SVG support is disabled (#15809)
[mastodon.git] / Procfile
index d48b0373b05233df9cb41d2d1a0b33a7feb16529..d15c835b867517918a583987552da231be9c5487 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,4 +1,4 @@
-web: if [ "$RUN_STREAMING" != "true" ]; then BIND=0.0.0.0 bundle exec puma -C config/puma.rb; else BIND=0.0.0.0 node ./streaming; fi
+web: bin/heroku-web
 worker: bundle exec sidekiq
 
 # For the streaming API, you need a separate app that shares Postgres and Redis:
This page took 0.065155 seconds and 3 git commands to generate.