diff --git a/.drone.yml b/.drone.yml index 402fc1c..f3a4352 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: #- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2 # Repo clonen - - git clone https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git + - git clone https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/schrammlu92345/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen @@ -64,4 +64,4 @@ steps: - git pull || true # Push - - git push --set-upstream origin drone-artifacts + - git push https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/schrammlu92345/EinfuehrungInDocker_Pipeline2.git drone-artifacts