allow unix socket connection for database in prod
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and test backend / Build-backend (push) Successful in 2m3s
				
			
		
			
				
	
				Build and test backend / Test-backend (push) Successful in 1m16s
				
			
		
			
				
	
				deploy to production / deploy-frontend (push) Successful in 22s
				
			
		
			
				
	
				deploy to production / deploy-backend (push) Successful in 2m17s
				
			
		
			
				
	
				Build and test FrontEnd / Build-frontend (push) Successful in 21s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and test backend / Build-backend (push) Successful in 2m3s
				
			Build and test backend / Test-backend (push) Successful in 1m16s
				
			deploy to production / deploy-frontend (push) Successful in 22s
				
			deploy to production / deploy-backend (push) Successful in 2m17s
				
			Build and test FrontEnd / Build-frontend (push) Successful in 21s
				
			This commit is contained in:
		| @ -53,5 +53,5 @@ jobs: | ||||
|         scp -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key -r * ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:api/ | ||||
|     - name: restarting the backend  | ||||
|       run: | | ||||
|         ssh -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "cd api/backend && docker build -t clyde/backend . && docker rm clyde_backend_prod -f || true && docker run --rm -d --name clyde_backend_prod -p 4000:8080 clyde/backend && docker image prune -f" | ||||
|         ssh -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "cd api/backend && docker build -t clyde/backend . && docker rm clyde_backend_prod -f || true && docker run --rm -d -u $(id -u clyde):$(id -g clyde) -v /var/run/postgresql:/var/run/postgresql --name clyde_backend_prod -p 4000:8080 clyde/backend && docker image prune -f" | ||||
|     - run: echo "The backend has been deployed. running at https://clyde.herisson.ovh/api" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user