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