diff --git a/.drone.yml b/.drone.yml index 6970916..b4b6a2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - echo "test" >> test.txt - git add --all - git commit -m test - - git remote add deploy git@git.struchkov.dev:222/Godfather-Bots/godfather.git + - git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git - git push deploy HEAD:master # - ssh-keyscan -t rsa git.struchkov.dev >> ~/.ssh/known_hosts