hotfix 0.2.1
docker command in deployment workflow ontbrak een argument
This commit is contained in:
		
						commit
						dd0259f383
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -18,5 +18,5 @@ jobs: | ||||||
|         run: cp /home/dev/.backend.env backend/.env |         run: cp /home/dev/.backend.env backend/.env | ||||||
|       - |       - | ||||||
|         name: Start docker |         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