Add migration information to release docs and fix scripts
This commit is contained in:
parent
d2b15c90e8
commit
5885f03f35
3 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue