From 432396d5741948a8bbc5c042e73b7d1c4df6eca9 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Wed, 11 Oct 2023 09:09:03 +0200 Subject: [PATCH] chore: verbose. --- .drone.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d27f790..cef99a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,16 +53,23 @@ steps: - git fetch --tags -p - PREV=$(git describe --tags --abbrev=0) - ./build.sh --publish --from-ci - - git remote add pushing https://$GITEA_USR:$GITEA_PASS@gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git - VER=$(git describe --tags --abbrev=0) - CHANGELOG=$(git log $PREV..HEAD --pretty="- %s") - echo "**$VER**\n\n$CHANGELOG\n\n--------------------------------------------------------------------\n\n$(cat CHANGELOG.md)" > CHANGELOG.md - git add CHANGELOG.md - git commit -m "Changelog for $VER [CI SKIP]" - - git push pushing master - - git push pushing --tags environment: TZ: Europe/Paris + + - name: git-push + image: appleboy/drone-git-push + settings: + branch: master + remote: https://$GITEA_USR:$GITEA_PASS@gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git + followtags: true + ssh_key: + from_secret: privateKey + environment: GITEA_USR: from_secret: giteaUsr GITEA_PASS: