Compare commits

..

2 commits

Author SHA1 Message Date
Oliver Traber 5ad39cdc51
Add event filter to pipelines
All checks were successful
ci/woodpecker/push/wattpad-downloader Pipeline was successful
ci/woodpecker/push/matrix-media-repo Pipeline was successful
ci/woodpecker/cron/wattpad-downloader Pipeline was successful
ci/woodpecker/cron/matrix-media-repo Pipeline was successful
2024-04-27 01:14:56 +02:00
Oliver Traber 19a2631de4
Remove woodpecker-email-plugin 2024-04-27 01:12:27 +02:00
3 changed files with 2 additions and 37 deletions

View file

@ -1,5 +1,6 @@
when:
- branch: main
event: [ push, manual, cron ]
path:
include: [ '.woodpecker/matrix-media-repo.yaml' ]

View file

@ -1,5 +1,6 @@
when:
- branch: main
event: [ push, manual, cron ]
path:
include: [ '.woodpecker/wattpad-downloader.yaml' ]

View file

@ -1,37 +0,0 @@
when:
- branch: main
path:
include: [ '.woodpecker/woodpecker-email.yaml' ]
skip_clone: true
steps:
clone:
image: alpine/git
commands:
- git clone --depth 1 --branch master https://gitnet.fr/deblan/woodpecker-email.git .
docker:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
pull_image: true
registry: git.bluemedia.dev
repo: git.bluemedia.dev/bluemedia/woodpecker-email
platforms: linux/amd64, linux/arm64/v8
tag: latest
notify:
image: git.bluemedia.dev/bluemedia/woodpecker-email
settings:
from:
from_secret: smtp_notify_email
host:
from_secret: smtp_notify_host
username:
from_secret: smtp_notify_username
password:
from_secret: smtp_notify_password
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
when:
- status: [ failure ]