Replaced word buttons with icons

This commit is contained in:
Spencer Twaddle
2026-05-03 07:12:25 -05:00
parent 2f165487d3
commit 89759abcca
7 changed files with 38 additions and 26 deletions
+5
View File
@@ -0,0 +1,5 @@
$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"