Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Oh my!

I use fabric http://fabfile.org/ which is insanely easy to use.

I use it even if I have one machine to deploy to. Better keep them deployments repeatable ...



Still, that makes me write a bit of Python. Not going to do that for a simple symlink change or one-off task of similar complexity.


You can actually do that with Fabric, too.

  fab -H system1,system2,system3 -- uname -a




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: