File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,7 @@ Deployment ID: ${deployment.deploymentId}
7777AWS Account: ${awsAccountAlias} (${awsAccountId})
7878Region: ${region}
7979
80- To log in and view the progress of this deployment, click here:
81- ${shortcutLink}`);
80+ Link to deployment: ${shortcutLink}`);
8281 await codeDeploy
8382 .waitFor('deploymentSuccessful', {
8483 deploymentId: deployment.deploymentId
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ Deployment ID: ${deployment.deploymentId}
4848AWS Account: ${ awsAccountAlias } (${ awsAccountId } )
4949Region: ${ region }
5050
51- To log in and view the progress of this deployment, click here:
52- ${ shortcutLink } `)
51+ Link to deployment: ${ shortcutLink } ` )
5352
5453 await codeDeploy
5554 . waitFor ( 'deploymentSuccessful' , {
You can’t perform that action at this time.
0 commit comments