Files
budget/update-budget-site.ps1
T
2026-05-03 07:12:25 -05:00

5 lines
186 B
PowerShell

$image = "docker.stwaddle.com/budget:latest"
docker build -t $image .
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
docker push $image
ssh stwaddle_com "./stwaddlecom/update-budget.sh"