We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b89b3a5 + 6853040 commit 866ef54Copy full SHA for 866ef54
1 file changed
.github/workflows/deploy.yml
@@ -48,6 +48,6 @@ jobs:
48
49
- name: Deploy to ECS services
50
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
+ aws ecs update-service --cluster ecommerce-cluster --service ecommerce-services-UserService-IC1PLYb69s8a --force-new-deployment
+ aws ecs update-service --cluster ecommerce-cluster --service ecommerce-services-ProductService-bU5yo5cGFU6B --force-new-deployment
+ aws ecs update-service --cluster ecommerce-cluster --service ecommerce-services-OrderService-3P9JiGpA8oCX --force-new-deployment
0 commit comments