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