I am looking for a way to easily deploy a nodejs app via a command line script.
I found one solution: https://github.com/Skookum/nimbus
I also heard that the whole thing can be done with git and post commit hooks.
What would people recommend?
edit: i am deploying it to my own box where i have root