From cdaba0e77c43e365caa564323b4f98f5d1d9f032 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Wed, 14 Sep 2022 11:45:51 +0200 Subject: [PATCH] Manual git push. --- .drone.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index b3398b9..54b391e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,14 +23,13 @@ steps: commands: - apt-get update && apt-get install -y git - ./build.sh --publish --from-ci - - - name: git-push - image: appleboy/drone-git-push - settings: - remote: ssh://git@gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git - followtags: true - ssh_key: - from_secret: giteaKey + - git remote add pushing https://$GITEA_USR:$GITEA_PASS@gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git + - git push pushing ${TAG} + environment: + GITEA_USR: + from_secret: giteaUsr + GITEA_PASS: + from_secret: giteaPass - name: scpFiles image: appleboy/drone-scp