File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7388,7 +7388,7 @@ async function run() {
7388
7388
}
7389
7389
const { awsAccountAlias, awsAccountId } = await getAccountInformation();
7390
7390
const region = codeDeploy.config.region;
7391
- const linkToLogIn = 'https://awslogin .byu.edu/';
7391
+ const linkToLogIn = 'https://aws .byu.edu/';
7392
7392
const linkToDeployment = `https://${region}.console.aws.amazon.com/codesuite/codedeploy/deployments/${deployment.deploymentId}?region=${region}`;
7393
7393
core.info(`Started deployment.
7394
7394
@@ -20835,4 +20835,4 @@ module.exports = {
20835
20835
20836
20836
/***/ })
20837
20837
20838
- /******/ });
20838
+ /******/ });
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ async function run(): Promise<void> {
39
39
40
40
const { awsAccountAlias, awsAccountId} = await getAccountInformation ( )
41
41
const region = codeDeploy . config . region
42
- const linkToLogIn = 'https://awslogin .byu.edu/'
42
+ const linkToLogIn = 'https://aws .byu.edu/'
43
43
const linkToDeployment = `https://${ region } .console.aws.amazon.com/codesuite/codedeploy/deployments/${ deployment . deploymentId } ?region=${ region } `
44
44
core . info ( `Started deployment.
45
45
You can’t perform that action at this time.
0 commit comments