Move ssh key again

This commit is contained in:
PAlexanderFranklin 2024-03-21 13:48:06 -07:00
parent 07b6837b04
commit fba87aaad8

View File

@ -197,14 +197,14 @@ def setup_prod(
[ [
which("docker"), which("docker"),
"compose", "compose",
"--ssh",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
"-p", "-p",
project, project,
"-f", "-f",
compose_file_name, compose_file_name,
"up", "up",
"-d", "-d",
"--ssh",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
], ],
check=True, check=True,
) )