Add migration information to release docs and fix scripts

This commit is contained in:
Mikayla 2024-01-11 11:24:17 -08:00
parent d2b15c90e8
commit 5885f03f35
No known key found for this signature in database
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