I have a Flask app deployed using dokku and now I want to modify the code and redeploy it. All the documents I found online says that I need to add git remote using below command
git remote add dokku dokku@mydomain.com:test
git push dokku master
Do i need to specify the domain.com:test as the domain name of my Flask application or it should be the git repo?