diff --git a/.drone.yml b/.drone.yml index 368b20a..5c5cd3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,12 +34,16 @@ steps: USERNAME: from_secret: user_gitea PASSWORD: - from_secret: gitea_token + from_secret: gitea_token commands: - apk add --no-cache curl git - git remote -v - mkdir -p Insignia - - > + - | curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia + - git config user.email "your.email@example.com" + - git config user.name "Your Name" + - git add Insignia/default.xbe + - git commit -m "Add default.xbe" - git push --set-upstream origin main \ No newline at end of file