This commit is contained in:
Guillaume Destuynder 2018-10-19 07:58:49 -07:00
Родитель 5fca4d628e
Коммит bf085fbb8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 956347F6FBF3A415
1 изменённых файлов: 1 добавлений и 0 удалений

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

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