Blog posts tagged with Fabric

These are all the posts tagged with Fabric from newest to oldest. Simple enough.

Advanced Fabric Usage: Tasks Between Servers

Posted on 2012-12-27 13:45:00+00:00

Fabric is an excellent tool you can use to deploy your sites and projects to servers. Though it's written in Python, you can use it to deploy just about anything. Typically, the Fabric execution model revolves around a remote server, and your own local machine. But what if you want to perform an operation between two servers? This post will show you one approach.