Move ssh key again
This commit is contained in:
parent
07b6837b04
commit
fba87aaad8
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user