Merge pull request #2214 from dokku/2210_mh-client-remove-git-push

remove git push from client
This commit is contained in:
Michael Hobbs
2016-05-26 18:04:16 -07:00

View File

@@ -79,8 +79,6 @@ if [[ ! -z $DOKKU_HOST ]]; then
echo "! Dokku remote not added! Do you already have a dokku remote?"
return
fi
git push dokku master
return $?
;;
apps:destroy)
git remote remove dokku