Update deploy config
This commit is contained in:
		
							parent
							
								
									7dc167f7df
								
							
						
					
					
						commit
						170f5f189f
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		
							
								
								
									
										1
									
								
								Procfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								Procfile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi | ||||
|  | @ -1,5 +1,7 @@ | |||
| buildpack: https://buildpack.gondor.io/python | ||||
| site: eldarion-conferences/pinaxcon | ||||
| exec: | ||||
|   web: gunicorn --bind=0.0.0.0 --log-file - --workers=4 pinaxcon.wsgi | ||||
| deploy: | ||||
|   services: | ||||
|     - web | ||||
| branches: | ||||
|   master: primary | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Patrick Altman
						Patrick Altman