I have a linux server as my a production environment, and my node repo is on github . When I push my code, if I want to deploy it , I need to .
>local
git push
ssh user@host
>remote
cd repo
git pull
I am using node forever to auto update my code , but it is still a very troublesome .
Is there any solution , like travis-ci or heroku , can Automatically deploy my code on github ?