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}
77
77
AWS Account: ${awsAccountAlias} (${awsAccountId})
78
78
Region: ${region}
79
79
80
- To log in and view the progress of this deployment, click here:
81
- ${shortcutLink}`);
80
+ Link to deployment: ${shortcutLink}`);
82
81
await codeDeploy
83
82
.waitFor('deploymentSuccessful', {
84
83
deploymentId: deployment.deploymentId
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ Deployment ID: ${deployment.deploymentId}
48
48
AWS Account: ${ awsAccountAlias } (${ awsAccountId } )
49
49
Region: ${ region }
50
50
51
- To log in and view the progress of this deployment, click here:
52
- ${ shortcutLink } `)
51
+ Link to deployment: ${ shortcutLink } ` )
53
52
54
53
await codeDeploy
55
54
. waitFor ( 'deploymentSuccessful' , {
You can’t perform that action at this time.
0 commit comments