Skip to content

Commit

Permalink
Merge pull request #66 from choitaedong2/new_admin
Browse files Browse the repository at this point in the history
new_deploy
  • Loading branch information
choitaedong2 authored Feb 29, 2024
2 parents 43ae12e + 2d6ca73 commit 68372c1
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 68372c1

Please sign in to comment.