Updated CLAUDE.md and deployment script
This commit is contained in:
+6
-2
@@ -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"
|
||||
Reference in New Issue
Block a user