diff --git a/.drone.yml b/.drone.yml index 81aabcb..6970916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,6 @@ steps: - chmod 700 ~/.ssh - echo "test" >> test.txt - git add --all - - git diff-index --quiet HEAD --ignore-submodules - git commit -m test - git remote add deploy git@git.struchkov.dev:222/Godfather-Bots/godfather.git - git push deploy HEAD:master