From 06b531403cfa282c50ca3ec32c0226c68ffb2a3b Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 13 May 2025 20:17:43 -0400 Subject: [PATCH] add log tailing --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d116427..5ec37c0 100644 --- a/Makefile +++ b/Makefile @@ -101,4 +101,5 @@ deploy-to-pipeline: rm -f platform-tg-infra.zip @echo "Tailing Pipeline Logs:" - aws logs tail /aws/codebuild/$(PIPELINE_NAME) --profile $(AWS_PROFILE) + @echo "Logs will start once Codebuild runs... this can take a few mins..." + aws logs tail /aws/codebuild/$(CLUSTER_NAME) --follow