Compare commits
No commits in common. "5ad39cdc512eb997cebcc6432b9606552bb1f065" and "7cb52bd721645b9fb3e99d6c18a92b7257117950" have entirely different histories.
5ad39cdc51
...
7cb52bd721
|
@ -1,6 +1,5 @@
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: [ push, manual, cron ]
|
|
||||||
path:
|
path:
|
||||||
include: [ '.woodpecker/matrix-media-repo.yaml' ]
|
include: [ '.woodpecker/matrix-media-repo.yaml' ]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: [ push, manual, cron ]
|
|
||||||
path:
|
path:
|
||||||
include: [ '.woodpecker/wattpad-downloader.yaml' ]
|
include: [ '.woodpecker/wattpad-downloader.yaml' ]
|
||||||
|
|
||||||
|
|
37
.woodpecker/woodpecker-email.yaml
Normal file
37
.woodpecker/woodpecker-email.yaml
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
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 ]
|
Loading…
Reference in a new issue