Removed tax settings

This commit is contained in:
Spencer Twaddle
2026-05-03 07:20:19 -05:00
parent 89759abcca
commit f3fe1ea146
14 changed files with 319 additions and 126 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ $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"
ssh stwaddle_com "cd stwaddlecom; ./update-budget.sh"