This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -15,9 +15,12 @@ steps: | ||||
| - name: notify | ||||
|   image: drillster/drone-email | ||||
|   settings: | ||||
|     host: smtp | ||||
|     port: 25 | ||||
|     skip_verify: true | ||||
|     from: ci@mail.chrz.de | ||||
|     host: mail.chrz.de | ||||
|     port: 465 | ||||
|     from: drone@chrz.de | ||||
|     username: | ||||
|         from_secret: smtp_username | ||||
|     password: | ||||
|         from_secret: smtp_password | ||||
|   when: | ||||
|     status: [ success, failure ] | ||||
		Reference in New Issue
	
	Block a user