Updated deploy script, and reduced logging noise

This commit is contained in:
Spencer Twaddle
2026-05-07 06:43:04 -05:00
parent 4fa35dadc3
commit 1c4cc3c79f
5 changed files with 83 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
docker push $image
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
ssh stwaddle_com "cd stwaddlecom && docker compose up -d --pull always budget"
ssh stwaddle_com "cd stwaddlecom && docker compose pull budget && docker compose down budget && docker compose up -d budget"
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
Write-Host "Waiting for container to start..."