hotfix: deployment workflow gefixt
docker command ontbrak bestand
This commit is contained in:
		
							parent
							
								
									ed5b49e5cf
								
							
						
					
					
						commit
						28367e9c94
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -18,5 +18,5 @@ jobs: | |||
|         run: cp /home/dev/.backend.env backend/.env | ||||
|       - | ||||
|         name: Start docker | ||||
|         run: docker compose -f compose.production.yml up --build -d | ||||
|         run: docker compose -f compose.yml -f compose.production.yml up --build -d | ||||
|          | ||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst