diff --git a/Makefile b/Makefile index 0b6f8be..8d025e4 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ sam-validate: sam validate --template-file SAMtemplates/main_template.yaml --region eu-west-2 sam validate --template-file SAMtemplates/functions/lambda_resources.yaml --region eu-west-2 -sam-deploy-package: guard-artifact_bucket guard-artifact_bucket_prefix guard-stack_name guard-template_file guard-cloud_formation_execution_role guard-LATEST_TRUSTSTORE_VERSION guard-TRUSTSTORE_FILE guard-enable_mutual_tls guard-VERSION_NUMBER guard-COMMIT_ID guard-LOG_LEVEL guard-LOG_RETENTION_DAYS guard-TARGET_ENVIRONMENT guard-target_spine_server guard-target_service_search_server guard-TOGGLE_GET_STATUS_UPDATES +sam-deploy-package: guard-artifact_bucket guard-artifact_bucket_prefix guard-stack_name guard-template_file guard-cloud_formation_execution_role guard-VERSION_NUMBER guard-COMMIT_ID guard-LOG_LEVEL guard-LOG_RETENTION_DAYS guard-TARGET_ENVIRONMENT sam deploy \ --template-file $$template_file \ --stack-name $$stack_name \