fix(backend): use /health for cloud run smoke endpoints

This commit is contained in:
zouantchaw
2026-02-24 08:58:49 -05:00
parent f8f81ec77c
commit 1876441a12
5 changed files with 17 additions and 10 deletions

View File

@@ -81,8 +81,8 @@ help:
@echo " make backend-deploy-core [ENV=dev] Build and deploy core API service"
@echo " make backend-deploy-commands [ENV=dev] Build and deploy command API service"
@echo " make backend-deploy-workers [ENV=dev] Deploy async worker functions scaffold"
@echo " make backend-smoke-core [ENV=dev] Run health smoke test for core service"
@echo " make backend-smoke-commands [ENV=dev] Run health smoke test for command service"
@echo " make backend-smoke-core [ENV=dev] Run health smoke test for core service (/health)"
@echo " make backend-smoke-commands [ENV=dev] Run health smoke test for command service (/health)"
@echo " make backend-logs-core [ENV=dev] Tail/read logs for core service"
@echo ""
@echo " 🛠️ DEVELOPMENT TOOLS"