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