aenderung des git push, git pull Befehls in .drone.yml

This commit is contained in:
Jonas Kuebrich 2026-04-24 09:23:16 +02:00
parent 978a622c77
commit 9da2e37910

View File

@ -61,7 +61,7 @@ steps:
- git commit -m "Add built Docker image [skip ci]" || echo "Nothing to commit"
# Pull vor Push (um Konflikte zu vermeiden)
- git pull || true
- git pull origin drone-artifacts || true
# Push
- git push
- git push --set-upstream origin drone-artifacts