2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-08 19:22:23 +00:00

fix(easy-install): set default site to site1.localhost

This commit is contained in:
Revant Nandgaonkar 2023-09-22 13:27:15 +05:30
parent f93f065ba3
commit fde7a8209d

View File

@ -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")