From 3070c2f7e21420dcc6cce15a283a6f0bc4782d9d Mon Sep 17 00:00:00 2001 From: Guillaume Destuynder Date: Thu, 18 Oct 2018 09:18:09 -0700 Subject: [PATCH] quick revert --- cloudy_mozdef/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cloudy_mozdef/Makefile b/cloudy_mozdef/Makefile index be8f52f1..e450502c 100644 --- a/cloudy_mozdef/Makefile +++ b/cloudy_mozdef/Makefile @@ -46,6 +46,5 @@ 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: ## Upload all AWS CloudFormation templates in the cloudformation/ directory to S3 - $(foreach var,$(wildcard cloudformation/*.yml),aws s3 cp $(var) $(S3_INFOSEC_URI) --acl public-read;) +upload-templates: + aws s3 sync cloudformation/ $(S3_INFOSEC_URI) --acl public-read