fix(backend): use /health for cloud run smoke endpoints
This commit is contained in:
4
Makefile
4
Makefile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user