Skip to content

Commit 866ef54

Browse files
Merge branch 'master' of github.com:TejeshKumarReddyC/Serverless-webapp-using-SQS-Decoupling
2 parents b89b3a5 + 6853040 commit 866ef54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
4949
- name: Deploy to ECS services
5050
run: |
51-
aws ecs update-service --cluster ecommerce-cluster --service user-service --force-new-deployment
52-
aws ecs update-service --cluster ecommerce-cluster --service product-service --force-new-deployment
53-
aws ecs update-service --cluster ecommerce-cluster --service order-service --force-new-deployment
51+
aws ecs update-service --cluster ecommerce-cluster --service ecommerce-services-UserService-IC1PLYb69s8a --force-new-deployment
52+
aws ecs update-service --cluster ecommerce-cluster --service ecommerce-services-ProductService-bU5yo5cGFU6B --force-new-deployment
53+
aws ecs update-service --cluster ecommerce-cluster --service ecommerce-services-OrderService-3P9JiGpA8oCX --force-new-deployment

0 commit comments

Comments
 (0)