From 2d6ca73806ddb51fd76de8f49cfe3a3849f5d6bf Mon Sep 17 00:00:00 2001 From: choitaedong2 Date: Wed, 28 Feb 2024 15:17:30 +0900 Subject: [PATCH] new_deploy --- .github/workflows/admin-server-deploy.yml | 2 +- .github/workflows/user-server-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/admin-server-deploy.yml b/.github/workflows/admin-server-deploy.yml index 9a950bb..aa32215 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:18 \ + --task-definition automl-main-web-task-definition:19 \ --force-new-deployment diff --git a/.github/workflows/user-server-deploy.yml b/.github/workflows/user-server-deploy.yml index b373456..a6a47fa 100644 --- a/.github/workflows/user-server-deploy.yml +++ b/.github/workflows/user-server-deploy.yml @@ -56,5 +56,5 @@ jobs: aws ecs update-service \ --cluster automl-cluster-user \ --service automl-service-user \ - --task-definition automl-main-web-user-task-defination:7 \ + --task-definition automl-main-web-user-task-defination:8 \ --force-new-deployment