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