deployment: deployment workflow kopieert juiste env files
This commit is contained in:
		
							parent
							
								
									fa51285c5a
								
							
						
					
					
						commit
						e602a83070
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deployment.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -15,7 +15,7 @@ jobs: | |||
|         uses: actions/checkout@v4 | ||||
|       - | ||||
|         name: Copy environment variables to correct file | ||||
|         run: cp /home/dev/.backend.env backend/.env | ||||
|         run: cp /home/dev/.backend.env backend/.env && cp /home/dev/.idp.env config/idp/.env | ||||
|       - | ||||
|         name: Start docker | ||||
|         run: docker compose -f compose.yml -f compose.production.yml up --build -d | ||||
|  |  | |||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst