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;