Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
DEVPROD-5066: Fix errors in deploy script (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt authored Feb 22, 2024
1 parent 375015c commit 67dbe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ functions:
DEPLOYS_EMAIL: ${DEPLOYS_EMAIL}
BUCKET: ${bucket}
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: |
Expand Down

0 comments on commit 67dbe82

Please sign in to comment.