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"),
"compose",
"--ssh",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
"-p",
project,
"-f",
compose_file_name,
"up",
"-d",
"--ssh",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
],
check=True,
)