actions: update deployment workflow
compose.override.yml verandert naar compose.prod.yml
This commit is contained in:
		
							parent
							
								
									3e4e786d91
								
							
						
					
					
						commit
						efb3aa5512
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -15,5 +15,5 @@ jobs: | |||
|         uses: actions/checkout@v4 | ||||
|       - | ||||
|         name: Start docker | ||||
|         run: docker compose -f compose.yml -f compose.override.yml up --build -d | ||||
|         run: docker compose -f compose.yml -f compose.prod.yml up --build -d | ||||
|          | ||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst