Add an email notification to woodpecker-ci

This commit is contained in:
Nikolai Rodionov
2023-10-17 09:30:15 +02:00
parent 8ff2a03a07
commit 852ecfaf33

View File

@@ -1,7 +1,5 @@
---
when:
event: tag
steps:
build the plugin:
image: ubuntu:22.04
@@ -21,7 +19,6 @@ steps:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
- cmake --build build
prepare release assets:
image: ubuntu:22.04
commands:
@@ -38,7 +35,6 @@ steps:
- |
zip -r paulxstretch-vst3.zip VST3 && \
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/
publish the release:
image: woodpeckerci/plugin-gitea-release
settings:
@@ -47,4 +43,16 @@ steps:
- dist/*
api_key:
from_secret: GITEA_ACCESS_TOKEN_RELEASER
email notification:
image: deblan/woodpecker-email
settings:
from.address: woody@badhouseplants.net
from.name: Woody Woodpecker
host: badhouseplants.net
username:
from_secret: smtp_username
password:
from_secret: smtp_password
recipients:
- allanger@badhouseplants.net
target: main