Skip to content

Commit

Permalink
fix: always deploy internal api
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbayareametro committed Jan 3, 2025
1 parent e0b17ee commit c444979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildspec/update_ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ phases:
- aws ecs update-service --force-new-deployment --cluster "${ECS_BACKEND_CLUSTER:-${ECS_DEFAULT_CLUSTER}}" --service "${ECS_BACKEND_SERVICE}"
- aws ecs update-service --force-new-deployment --cluster "${ECS_PUBLIC_CLUSTER:-${ECS_DEFAULT_CLUSTER}}" --service "${ECS_PUBLIC_SERVICE}"
- aws ecs update-service --force-new-deployment --cluster "${ECS_PARTNER_CLUSTER:-${ECS_DEFAULT_CLUSTER}}" --service "${ECS_PARTNER_SERVICE}"
- if [ ! -z "${ECS_PRIVATE_BACKEND_SERVICE}"]; then aws ecs update-service --force-new-deployment --cluster "${ECS_BACKEND_CLUSTER:-${ECS_DEFAULT_CLUSTER}}" --service "${ECS_PRIVATE_BACKEND_SERVICE}-v2"; fi
- aws ecs update-service --force-new-deployment --cluster "${ECS_BACKEND_CLUSTER:-${ECS_DEFAULT_CLUSTER}}" --service "${ECS_PRIVATE_BACKEND_SERVICE}"

0 comments on commit c444979

Please sign in to comment.