From 3c18af30631d2d458572d7b974d1c7206c007df6 Mon Sep 17 00:00:00 2001 From: ahmedkhaled4d Date: Fri, 26 Jan 2024 22:27:18 +0200 Subject: [PATCH] MY_ECS_TASK_DEFINITION --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 4f2cb0d..2fac39c 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -36,7 +36,7 @@ env: ECS_SERVICE: ${{ secrets.MY_ECS_SERVICE }} # set this to your Amazon ECS service name ECS_CLUSTER: ${{ secrets.MY_ECS_CLUSTER }} # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: - task-definition.json # set this to the path to your Amazon ECS task definition + ${{ secrets.MY_ECS_TASK_DEFINITION }} # set this to the path to your Amazon ECS task definition # file, e.g. .aws/task-definition.json CONTAINER_NAME: ${{ secrets.MY_CONTAINER_NAME }} # set this to the name of the container in the