Move ssh to compose up instead of build

This commit is contained in:
PAlexanderFranklin 2024-03-21 13:47:16 -07:00
parent 285a6c1636
commit 07b6837b04

View File

@ -159,8 +159,6 @@ def setup_prod(
[ [
which("docker"), which("docker"),
"compose", "compose",
"--ssh",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
"--project-name", "--project-name",
project, project,
"-f", "-f",
@ -199,6 +197,8 @@ def setup_prod(
[ [
which("docker"), which("docker"),
"compose", "compose",
"--ssh",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
"-p", "-p",
project, project,
"-f", "-f",