.drone.yml changed to organization secrets
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -15,10 +15,12 @@ steps:
|
|||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
settings:
|
settings:
|
||||||
host: mailcow.basecom.de
|
host: mailcow.basecom.de
|
||||||
username: drone@notifications.sikorski.cloud
|
from:
|
||||||
|
from_secret: "Notifications_Address"
|
||||||
|
username:
|
||||||
|
from_secret: "Notifications_Address"
|
||||||
password:
|
password:
|
||||||
from_secret: "password"
|
from_secret: "Notifications_Address_Password"
|
||||||
from: drone@notifications.sikorski.cloud
|
|
||||||
recipients: [ roger@sikorski.cloud ]
|
recipients: [ roger@sikorski.cloud ]
|
||||||
when:
|
when:
|
||||||
status: [ success, failure ]
|
status: [ success, failure ]
|
||||||
Reference in New Issue
Block a user