fix: make Procfile compatible with herokuish (#12685)
Co-authored-by: Aurelia <aurelia@serenitylabs.cloud>
This commit is contained in:
		
							parent
							
								
									64ef37b89d
								
							
						
					
					
						commit
						8630afb468
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Procfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								bin/heroku-web
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								bin/heroku-web
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
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
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue