iptv-scraper/.woodpecker.yml
Balazs Toldi 001eedb93e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added branch property to pipeline
2022-03-14 00:14:48 +01:00

24 lines
584 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: false
commit: true
author_name: gitea
author_email: "git@toldi.eu"
commit_message: "[gitea] Updated iptv m3u8 [CI SKIP]"
ssh_key:
from_secret: ssh_key