触发 CI 自动部署验证
This commit is contained in:
@@ -10,3 +10,4 @@ ssh "$VPS" "cd $PROJECT && git pull && docker compose up -d --build"
|
|||||||
echo "✅ Deploy complete. Checking health..."
|
echo "✅ Deploy complete. Checking health..."
|
||||||
sleep 8
|
sleep 8
|
||||||
ssh "$VPS" "curl -s http://localhost:8000/healthz"
|
ssh "$VPS" "curl -s http://localhost:8000/healthz"
|
||||||
|
# deploy test
|
||||||
|
|||||||
Reference in New Issue
Block a user