diff --git a/cloudy_mozdef/Makefile b/cloudy_mozdef/Makefile index e450502c..27b61e8e 100644 --- a/cloudy_mozdef/Makefile +++ b/cloudy_mozdef/Makefile @@ -46,5 +46,6 @@ cflint: ## Verify the CloudFormation template pass linting tests stack-status: ## Output current CloudFormation stack status $(DOCKER_BASH_RUN) "aws cloudformation describe-stacks --stack-name mozdef-nested" +.PHONY: upload-templates upload-templates: aws s3 sync cloudformation/ $(S3_INFOSEC_URI) --acl public-read