git push -f --no-verify ssh://root@REMOTE-SERVER-HERE/data/deploy.git $(git rev-parse --abbrev-ref HEAD):deploy
in this case remote server is REMOTE-SERVER-HERE and target brach is deploy
git push -f --no-verify ssh://root@REMOTE-SERVER-HERE/data/deploy.git $(git rev-parse --abbrev-ref HEAD):deploy
in this case remote server is REMOTE-SERVER-HERE and target brach is deploy