Skip to content

Commit

Permalink
fix(easy-install): set default site to site1.localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Sep 22, 2023
1 parent f93f065 commit fde7a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fde7a82

Please sign in to comment.