drone-sigh #57

Merged
AmineB merged 24 commits from drone-sigh into master 2022-09-14 10:32:01 +00:00
Showing only changes of commit cdaba0e77c - Show all commits

View File

@ -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