Simple express app which deploys to Dokku
(Dokku documentation)[http://dokku.viewdocs.io/dokku~v0.11.3/deployment/application-deployment/]
Add dokku remote
git remote add dokku [email protected]:express-app
Then after making changes (commit) push using
git push dokku master
List dokku apps:
./dokku.sh apps:list