I wrote a node project and upload the code to github. The project is running form a raspberry pi. I used npm forever-service to run the app on boot.
Is there a way when I change the github code (project code) the project automatically updates itself and restarts the app or reboots the pi and starts the app with the new updated code?
via user3682416