Example #1
0
def prod(execute = ''):
  if execute != 'real':
    print 'You must write prod:real to actually execute this task'
    sys.exit(1)
  else:
    fab.read_yaml_config('prod')
Example #2
0
def dev():
  fab.read_yaml_config('dev')