Skip to content

Commit

Permalink
new_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
choitaedong2 committed Feb 28, 2024
1 parent 43ae12e commit 2d6ca73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/user-server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d6ca73

Please sign in to comment.