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() {
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+ /******/ });
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments