Question
How to deploy Play! app with Dokku
Dear community!
I try to deploy Play! app with Dokku. I use this tutorial - https://www.digitalocean.com/community/tutorials/how-to-use-the-dokku-one-click-digitalocean-image-to-run-a-play-app . But when I type command
git push remotename master
I got error :
“fatal: ‘appname’ 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.”
What shall I do?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×