You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabric has a concept of roles for tasks, where you can define which groups of hosts a task should be executed on, eg 'web', 'worker', 'db', 'cache'. It would be very useful if there was a way to hook these up with the gonzo cloud configurations.
Fabric has a concept of roles for tasks, where you can define which groups of hosts a task should be executed on, eg 'web', 'worker', 'db', 'cache'. It would be very useful if there was a way to hook these up with the gonzo cloud configurations.
http://docs.fabfile.org/en/1.4.0/api/core/decorators.html#fabric.decorators.roles
The text was updated successfully, but these errors were encountered: