Add migration information to release docs and fix scripts (#4026)

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2024-01-17 14:10:27 -08:00 committed by GitHub
commit 9a22327b2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 12 deletions

View file

@ -4,7 +4,7 @@ set -eu
source script/lib/deploy-helpers.sh
if [[ $# < 2 ]]; then
echo "Usage: $0 <production|staging|preview> <tag-name> (nightly is not yet supported)"
echo "Usage: $0 <production|preview|nightly|staging> <tag-name>"
exit 1
fi
environment=$1

View file

@ -4,16 +4,11 @@ set -eu
source script/lib/deploy-helpers.sh
if [[ $# < 1 ]]; then
echo "Usage: $0 <production|staging|preview> (nightly is not yet supported)"
echo "Usage: $0 <production|preview|nightly|staging>"
exit 1
fi
environment=$1
if [[ ${environment} == "nightly" ]]; then
echo "nightly is not yet supported"
exit 1
fi
export_vars_for_environment ${environment}
target_zed_kube_cluster