From fe930e7b395d392304df603286ce0808df221f0f Mon Sep 17 00:00:00 2001 From: 0-wook Date: Thu, 7 Dec 2023 12:01:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=83=9C?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=20=EC=A0=95=EC=9D=98=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?17->18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/admin-server-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/admin-server-deploy.yml b/.github/workflows/admin-server-deploy.yml index 3982249..9a950bb 100644 --- a/.github/workflows/admin-server-deploy.yml +++ b/.github/workflows/admin-server-deploy.yml @@ -56,5 +56,5 @@ jobs: aws ecs update-service \ --cluster automl-cluster \ --service automl-service \ - --task-definition automl-main-web-task-definition:17 \ + --task-definition automl-main-web-task-definition:18 \ --force-new-deployment