Capistrano Tip'n'Trick
May 3rd, 2008
If like me you didn’t know, you can do that with Capistrano:
1 2 |
$ cap HOSTS=web0.myapp.com deploy:update_code cap ROLES=web,app deploy |
Not terribly useful for the tasks demonstrated above, but what about this ?
1 |
$ cap ROLES=app monit:summary |
Incidentally, where are these documented ? I dimly remembered reading this somewhere once, and tried it. Works like a charm!
Leave a Reply