fabfile.py from deployment.cuisine import * from fabric.api import * from fabric.context_managers import * from fabric.utils import puts from fabric.colors import red, green import simplejson import os GIT_REPO = 'git@github.com:Vossy/redacted-webapp.git' def app_user(command): ''' This helper method runs the given command as the webapp user. ''' sudo(command, user='redacted_webapp') def productio
{{#tags}}- {{label}}
{{/tags}}