Skip to content

Commit bd28f7a

Browse files
authored
Merge pull request #9 from byu-oit/aws-sso
update hint to use new aws sso link
2 parents f2ffee5 + ae5eaf8 commit bd28f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7388,7 +7388,7 @@ async function run() {
73887388
}
73897389
const { awsAccountAlias, awsAccountId } = await getAccountInformation();
73907390
const region = codeDeploy.config.region;
7391-
const linkToLogIn = 'https://awslogin.byu.edu/';
7391+
const linkToLogIn = 'https://aws.byu.edu/';
73927392
const linkToDeployment = `https://${region}.console.aws.amazon.com/codesuite/codedeploy/deployments/${deployment.deploymentId}?region=${region}`;
73937393
core.info(`Started deployment.
73947394

@@ -20835,4 +20835,4 @@ module.exports = {
2083520835

2083620836
/***/ })
2083720837

20838-
/******/ });
20838+
/******/ });

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function run(): Promise<void> {
3939

4040
const {awsAccountAlias, awsAccountId} = await getAccountInformation()
4141
const region = codeDeploy.config.region
42-
const linkToLogIn = 'https://awslogin.byu.edu/'
42+
const linkToLogIn = 'https://aws.byu.edu/'
4343
const linkToDeployment = `https://${region}.console.aws.amazon.com/codesuite/codedeploy/deployments/${deployment.deploymentId}?region=${region}`
4444
core.info(`Started deployment.
4545

0 commit comments

Comments
 (0)