You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core.info(`Deployment started. Watch this deployment's progress in the Amazon ECS console: https://${region}.${consoleHostname}/ecs/v2/clusters/${clusterName}/services/${service}/events?region=${region}`);
When the action runs, currently it prints a link to Events tab:
amazon-ecs-deploy-task-definition/index.js
Line 157 in 6ebedf4
Now that there is a new ECS Deployments UI (https://aws.amazon.com/about-aws/whats-new/2024/11/service-versioning-deployment-history-amazon-ecs-services/), the link should probably point to it instead (i.e.,
.../deployments
instead of.../events
).The text was updated successfully, but these errors were encountered: