From 922813f7484295af623ae1d2130487f0a255e861 Mon Sep 17 00:00:00 2001 From: minnakt Date: Thu, 22 Feb 2024 15:14:18 -0500 Subject: [PATCH] DEVPROD-5066: Fix deploy script --- .evergreen.yml | 2 +- scripts/{deploy => }/create-evergreen-yml.sh | 0 scripts/deploy/deploy-production.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{deploy => }/create-evergreen-yml.sh (100%) diff --git a/.evergreen.yml b/.evergreen.yml index f1a494716f..d882e9f133 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -427,7 +427,7 @@ functions: REACT_APP_DEPLOYS_EMAIL: ${REACT_APP_DEPLOYS_EMAIL} REACT_APP_HONEYCOMB_BASE_URL: ${REACT_APP_HONEYCOMB_BASE_URL} EVERGREEN_API_SERVER_HOST: ${evergreen_api_server_host} - EVERGREEN_UI_SERVER_HOST: ${evergreen_api_server_host} + EVERGREEN_UI_SERVER_HOST: ${evergreen_ui_server_host} EVERGREEN_API_KEY: ${evergreen_api_key} EVERGREEN_USER: ${evergreen_user} script: | diff --git a/scripts/deploy/create-evergreen-yml.sh b/scripts/create-evergreen-yml.sh similarity index 100% rename from scripts/deploy/create-evergreen-yml.sh rename to scripts/create-evergreen-yml.sh diff --git a/scripts/deploy/deploy-production.ts b/scripts/deploy/deploy-production.ts index 1393f7f52d..5e671513cb 100644 --- a/scripts/deploy/deploy-production.ts +++ b/scripts/deploy/deploy-production.ts @@ -29,7 +29,7 @@ const evergreenDeploy = async () => { console.log("Check Evergreen for deploy progress."); } else { console.log( - "Deploy canceled. If systems are experiencing an outage and you'd like to push the deploy directly to S3, run yarn deploy:prod --local." + "Deploy canceled. If systems are experiencing an outage and you'd like to push the deploy directly to S3, run yarn deploy:prod --local.", ); } return;