Move ssh to compose up instead of build
This commit is contained in:
parent
285a6c1636
commit
07b6837b04
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user