Skip to content

Commit

Permalink
Merge pull request #34 from byu-oit/new-shortcut
Browse files Browse the repository at this point in the history
Make logs terser
  • Loading branch information
GaryGSC authored May 21, 2024
2 parents 3075d08 + 1e6273e commit cfa06c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ Deployment ID: ${deployment.deploymentId}
AWS Account: ${awsAccountAlias} (${awsAccountId})
Region: ${region}

To log in and view the progress of this deployment, click here:
${shortcutLink}`);
Link to deployment: ${shortcutLink}`);
await codeDeploy
.waitFor('deploymentSuccessful', {
deploymentId: deployment.deploymentId
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Deployment ID: ${deployment.deploymentId}
AWS Account: ${awsAccountAlias} (${awsAccountId})
Region: ${region}
To log in and view the progress of this deployment, click here:
${shortcutLink}`)
Link to deployment: ${shortcutLink}`)

await codeDeploy
.waitFor('deploymentSuccessful', {
Expand Down

0 comments on commit cfa06c5

Please sign in to comment.