2023-11-05 01:57:53 +01:00
|
|
|
when:
|
2024-04-06 00:07:17 +02:00
|
|
|
- branch: main
|
2024-04-27 01:14:56 +02:00
|
|
|
event: [ push, manual, cron ]
|
2024-04-06 00:07:17 +02:00
|
|
|
path:
|
2023-11-05 01:57:53 +01:00
|
|
|
include: [ '.woodpecker/wattpad-downloader.yaml' ]
|
|
|
|
|
2023-07-09 23:16:00 +02:00
|
|
|
skip_clone: true
|
|
|
|
|
|
|
|
steps:
|
|
|
|
clone:
|
|
|
|
image: alpine/git
|
|
|
|
commands:
|
2024-04-06 00:10:07 +02:00
|
|
|
- git clone --depth 1 https://github.com/Feuerhamster/wattpad-downloader.git .
|
2023-07-09 23:16:00 +02:00
|
|
|
docker:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
pull_image: true
|
|
|
|
registry: git.bluemedia.dev
|
|
|
|
repo: git.bluemedia.dev/bluemedia/wattpad-downloader
|
2024-11-26 19:50:23 +01:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2023-07-09 23:16:00 +02:00
|
|
|
platforms: linux/amd64
|
|
|
|
tag: latest
|
|
|
|
notify:
|
2023-11-05 02:26:04 +01:00
|
|
|
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
2023-07-09 23:16:00 +02:00
|
|
|
settings:
|
2023-11-05 02:50:00 +01:00
|
|
|
from:
|
2023-07-09 23:16:00 +02:00
|
|
|
from_secret: smtp_notify_email
|
|
|
|
host:
|
|
|
|
from_secret: smtp_notify_host
|
|
|
|
username:
|
2023-11-05 02:50:00 +01:00
|
|
|
from_secret: smtp_notify_username
|
2023-07-09 23:16:00 +02:00
|
|
|
password:
|
|
|
|
from_secret: smtp_notify_password
|
2023-11-05 02:26:04 +01:00
|
|
|
recipients_only: true
|
|
|
|
recipients:
|
|
|
|
from_secret: smtp_notify_recipients
|
2023-07-09 23:16:00 +02:00
|
|
|
when:
|
|
|
|
- status: [ failure ]
|