diff --git a/.drone.yml b/.drone.yml index dc7c1de..4a6b390 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - echo "test" >> test.txt - git add --all - git commit -m test - - git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git + - git remote add deploy ssh://git@public-git/Godfather-Bots/godfather.git - git remote -v - git push deploy HEAD:master