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
1 changed files with 1 additions and 1 deletions

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