From b44effc95e7a852c4033c953b4daff95a90a35e1 Mon Sep 17 00:00:00 2001 From: suyeon Date: Wed, 15 Jan 2025 02:14:02 +0900 Subject: [PATCH] =?UTF-8?q?hotfix/ecsTest-5:=20deploy=20version=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=98=88=EC=83=81=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploys.yml b/.github/workflows/deploys.yml index 6c1f5649..f8e46237 100644 --- a/.github/workflows/deploys.yml +++ b/.github/workflows/deploys.yml @@ -51,7 +51,7 @@ jobs: image: ${{ steps.build-image.outputs.image }} - name: Deploy to ECS - uses: aws-actions/amazon-ecs-deploy-task-definition@v2 + uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: cluster: ${{vars.AWS_ECS_CLUSTER_NAME}} service: ${{vars.AWS_ECS_SERVICE_NAME}}