Skip to content

Commit

Permalink
Template infra deploy #10063212164
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Jul 23, 2024
1 parent f4384ab commit ab7d43e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dd4f11f9af1e349c971bc6dbd70bb3ad5f9e17cc
2345f348b035231fea53957049138ea6726238cc
5 changes: 4 additions & 1 deletion bin/run-database-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ migrator_role_arn=$(terraform -chdir="infra/${app_name}/service" output -raw mig
echo
echo "::group::Step 1. Update task definition without updating service"

TF_CLI_ARGS_apply="-input=false -auto-approve -target=module.service.aws_ecs_task_definition.app -var=image_tag=${image_tag}" make infra-update-app-service APP_NAME="${app_name}" ENVIRONMENT="${environment}"
TF_CLI_ARGS_apply="-input=false -auto-approve -var=image_tag=${image_tag}
-target=module.service.aws_ecs_task_definition.app
-target=module.service.aws_iam_role_policy.task_executor" \
make infra-update-app-service APP_NAME="${app_name}" ENVIRONMENT="${environment}"

echo "::endgroup::"
echo
Expand Down

1 comment on commit ab7d43e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for app

St.
Category Percentage Covered / Total
🟢 Statements 93.1% 81/87
🟢 Branches 82.35% 14/17
🟢 Functions 93.33% 14/15
🟢 Lines 93.59% 73/78

Test suite run success

16 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from ab7d43e

Please sign in to comment.