This commit is contained in:
Guillaume Destuynder 2018-10-18 09:18:09 -07:00
Родитель 77d9ed6878
Коммит 3070c2f7e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 956347F6FBF3A415
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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