i deployed my project following this link :
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04
everything is ok , when i start my app with :
node server...
i try to deploy my project on digitalocean hosting , i follow this link , http://www.refactoru.com/blog/setting-up-push-to-deploy-on-digitalocean
every thing is ok , but when i typed "git push live master " on git bas...