mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
fix(easy-install): set default site to site1.localhost
This commit is contained in:
parent
f93f065ba3
commit
fde7a8209d
@ -117,7 +117,7 @@ def check_repo_exists() -> bool:
|
||||
|
||||
def setup_prod(project: str, sites, email: str, version: str = None, image = None) -> None:
|
||||
if len(sites) == 0:
|
||||
sites = ["site.localhost"]
|
||||
sites = ["site1.localhost"]
|
||||
|
||||
if check_repo_exists():
|
||||
compose_file_name = os.path.join(os.path.expanduser("~"), f"{project}-compose.yml")
|
||||
|
Loading…
Reference in New Issue
Block a user