mirror of
https://github.com/frappe/bench.git
synced 2025-01-26 08:08:23 +00:00
Update setup.py
This commit is contained in:
parent
2ff1dabf2b
commit
d020bb528a
@ -47,7 +47,6 @@ def setup_fonts():
|
|||||||
setup_fonts()
|
setup_fonts()
|
||||||
|
|
||||||
@click.command('production')
|
@click.command('production')
|
||||||
@click.option('--yes', is_flag=True, default=False, help='Dont prompt for confirmation')
|
|
||||||
@click.argument('user')
|
@click.argument('user')
|
||||||
@click.option('--yes', help='Yes to regeneration config', is_flag=True, default=False)
|
@click.option('--yes', help='Yes to regeneration config', is_flag=True, default=False)
|
||||||
def setup_production(user, yes=False):
|
def setup_production(user, yes=False):
|
||||||
@ -255,4 +254,4 @@ setup.add_command(sync_domains)
|
|||||||
setup.add_command(setup_firewall)
|
setup.add_command(setup_firewall)
|
||||||
setup.add_command(set_ssh_port)
|
setup.add_command(set_ssh_port)
|
||||||
setup.add_command(setup_roles)
|
setup.add_command(setup_roles)
|
||||||
setup.add_command(setup_nginx_proxy_jail)
|
setup.add_command(setup_nginx_proxy_jail)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user