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"),
|
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user