diff --git a/easy-installer.py b/easy-installer.py index 4e0a66fb..8983da40 100644 --- a/easy-installer.py +++ b/easy-installer.py @@ -159,8 +159,6 @@ def setup_prod( [ which("docker"), "compose", - "--ssh", - "default=$HOME/.ssh/brothertonerpprod_ed25519", "--project-name", project, "-f", @@ -199,6 +197,8 @@ def setup_prod( [ which("docker"), "compose", + "--ssh", + "default=$HOME/.ssh/brothertonerpprod_ed25519", "-p", project, "-f",