From fba87aaad8e49c9553164add4454d3d483a4efe7 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 13:48:06 -0700 Subject: [PATCH] Move ssh key again --- easy-installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-installer.py b/easy-installer.py index 8983da40..83535d7a 100644 --- a/easy-installer.py +++ b/easy-installer.py @@ -197,14 +197,14 @@ def setup_prod( [ which("docker"), "compose", - "--ssh", - "default=$HOME/.ssh/brothertonerpprod_ed25519", "-p", project, "-f", compose_file_name, "up", "-d", + "--ssh", + "default=$HOME/.ssh/brothertonerpprod_ed25519", ], check=True, )