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://console.aws.amazon.com/ecs/home?region=${aws.config.region}#/clusters/${clusterName}/services/${service}/events`);
155
156
156
157
// Wait for service stability
157
158
if (waitForService && waitForService.toLowerCase() === 'true') {
@@ -296,6 +297,7 @@ async function createCodeDeployDeployment(codedeploy, clusterName, service, task
core.info(`Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/${createDeployResponse.deploymentId}?region=${aws.config.region}`);
299
301
300
302
// Wait for deployment to complete
301
303
if (waitForService && waitForService.toLowerCase() === 'true') {
0 commit comments