All checks were successful
continuous-integration/drone/push Build is passing
24 lines
571 B
YAML
24 lines
571 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: build and publish monica docker image
|
|
image: plugins/docker
|
|
settings:
|
|
storage_driver: vfs # required for Synology Docker
|
|
registry: https://registriy.sikorski.cloud
|
|
repo: monica
|
|
tags: latest
|
|
|
|
pipeline:
|
|
notify:
|
|
image: drillster/drone-email
|
|
host: mailcow.basecom.de
|
|
username: drone@notifications.sikorski.cloud
|
|
password:
|
|
from_secret: "password"
|
|
from: drone@notifications.sikorski.cloud
|
|
recipients: [ roger@sikorski.cloud ]
|
|
when:
|
|
status: [ success, changed, failure ]
|