From f0077c88c125797e0b8e5c0183070cfad062cf3c Mon Sep 17 00:00:00 2001 From: Kevin Nowak Date: Sun, 17 May 2026 10:35:40 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dbd6efc..7cf3836 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,4 +57,4 @@ steps: - git commit -m "Add built Docker image [skip ci]" || echo "Nothing to commit" # DER FINALE TRICK: Direkt mit Username + Token an die Ziel-URL pushen - - git push https://nowakke92618:$$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/nowakke92618/EinfuehrungInDocker_Pipeline2.git drone-artifacts \ No newline at end of file + - git push https://$$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/nowakke92618/EinfuehrungInDocker_Pipeline2.git drone-artifacts \ No newline at end of file