I installed dokku on a pure Ubuntu server 16.04 LTS My server's domain name is e.g. abc.def.com I created a new app, e.g. blog
dokku apps:create blog
How can I get correct URL to set git remote
git remote add dokku <?>:blog
I tried the case based on the original docs
- git remote add dokku [email protected]:blog
but I cannot reach the repo when I try to push
> git push dokku
fatal: 'blog' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.