Change home path

This commit is contained in:
PAlexanderFranklin 2024-03-22 13:58:18 -07:00
parent 6463ff56fe
commit 0f566169e2

View File

@ -199,7 +199,7 @@ def setup_prod(
"compose",
"build",
"--ssh",
"default=~/.ssh/brothertonerpprod_ed25519",
"default=$HOME/.ssh/brothertonerpprod_ed25519",
],
check=True,
)