diff --git a/.drone.yml b/.drone.yml index 38c4f8c..2a43015 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,12 +48,9 @@ steps: - name: push image: appleboy/drone-git-push - environment: - GIT_PUSH_SSH_KEY: - from_secret: ssh_key settings: branch: main - remote: git@git.omglinux.de:2222/michael/fdgl-production.git + remote: ssh://git@git.omglinux.de:2222/michael/fdgl-production.git force: false commit: true commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"