
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This gives us the option to restart the task manually and get the result we need
24 lines
583 B
YAML
24 lines
583 B
YAML
pipeline:
|
|
runScrapper:
|
|
image: golang
|
|
commands:
|
|
- cd scraper && go run .
|
|
gradleBuild:
|
|
image: gradle:jdk-alpine
|
|
commands:
|
|
- apk add yt-dlp
|
|
- ./gradlew build run
|
|
pushCommit:
|
|
image: appleboy/drone-git-push
|
|
settings:
|
|
branch: main
|
|
remote: ssh://git@git.toldi.eu:2222/Bazsalanszky/iptv-scraper.git
|
|
remote_name: origin_ssh
|
|
force: true
|
|
commit: true
|
|
author_name: gitea
|
|
author_email: "git@toldi.eu"
|
|
commit_message: "[gitea] Updated iptv m3u8 [CI SKIP]"
|
|
ssh_key:
|
|
from_secret: ssh_key
|
|
|