instead of the standard capistrano deploy flow for a rails app, I just want mine to login to my server via ssh (I have a key setup), cd to the app, run svn update, run migrations and then restart Passenger.
However, I am having difficulty finding any good documentation to start me along the right path.
Any ideas?
Wouldn’t it be something like this?
Could be cleaner I guess…
The wiki is quite good: https://github.com/capistrano/capistrano/wiki