diff --git a/deploy.sh b/deploy.sh index 139d2cd1..9ea5238d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,4 +10,3 @@ ssh "$VPS" "cd $PROJECT && git pull && docker compose up -d --build" echo "✅ Deploy complete. Checking health..." sleep 8 ssh "$VPS" "curl -s http://localhost:8000/healthz" -# deploy test