Updated CLAUDE.md and deployment script

This commit is contained in:
Spencer Twaddle
2026-05-05 07:38:31 -05:00
parent efde0f952b
commit 69ec754775
5 changed files with 15 additions and 55 deletions
+6 -2
View File
@@ -1,2 +1,6 @@
.\build-image.ps1
.\update-container.ps1
$image = "docker.stwaddle.com/budget:latest"
docker build -t $image .
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
docker push $image
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
ssh stwaddle_com "cd stwaddlecom; docker compose pull budget; docker compose down budget; docker compose up -d budget"