зеркало из https://github.com/mozilla/MozDef.git
quick revert
This commit is contained in:
Родитель
77d9ed6878
Коммит
3070c2f7e2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче