From 07b6837b048a564807ee7911e28ef91d6c824d3b Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 13:47:16 -0700 Subject: [PATCH] Move ssh to compose up instead of build --- easy-installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",