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