Skip to content

Instantly share code, notes, and snippets.

@slok
Last active October 9, 2015 08:09
Show Gist options
  • Save slok/413ec732e178ca5202f4 to your computer and use it in GitHub Desktop.
Save slok/413ec732e178ca5202f4 to your computer and use it in GitHub Desktop.
test
from fabric.api import *
@task
@runs_once
def deploy():
print(env)
print(env.get('fabric_bolt_deploy_id', 0))
print(env.get('deployer_email', "unknown"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment