From 46dab571a9438ca2156d86c050b304591afedeba Mon Sep 17 00:00:00 2001 From: Troy Fine Date: Tue, 2 Dec 2025 09:05:10 -0800 Subject: [PATCH] feat: byo samples target Signed-off-by: Troy Fine --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2559fc9..44e15f5 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,9 @@ push: publish: publish-service publish-service-policy publish-deployment-policy +# target to test BYO blessed samples +publish-only: publish-service publish-service-policy publish-deployment-policy + remove: remove-deployment-policy remove-service-policy remove-service publish-service: @@ -163,4 +166,4 @@ log: @echo "===========" @hzn service log -f $(SERVICE_NAME) -.PHONY: default build dev run test check push publish remove publish-service remove-service publish-service-policy remove-service-policy publish-pattern publish-deployment-policy remove-deployment-policy stop clean agent-run agent-run-pattern agent-stop deploy-check log \ No newline at end of file +.PHONY: default build dev run test check push publish publish-only remove publish-service remove-service publish-service-policy remove-service-policy publish-pattern publish-deployment-policy remove-deployment-policy stop clean agent-run agent-run-pattern agent-stop deploy-check log