New defaults for deploy

This commit is contained in:
Felipe Martín 2015-09-10 22:54:16 +02:00
parent ab0c2ca50b
commit 3d95a272df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from fabric.api import local
help='Branch to git clone from')
@click.option('--inventory', '-i', default='hosts',
help='Inventory file for ansible to use')
@click.option('--host', '-h', default=None,
@click.option('--host', '-h', default='web-01',
help='Host to deploy to')
@click.option('--tag', '-t', default='deploy',
help='Ansible tags to run')