git remote add dokku git@yourdomain.com:appname
git commit -am Pushing to dokku git push dokku master
ssh dokku@yourdomain.com domains:add appname domain.com
Find all the available commands and help:
ssh dokku@yourdomain.com