Deploy tweaks
This commit is contained in:
parent
15d8fed378
commit
0dfeae6e24
3 changed files with 3 additions and 8 deletions
|
@ -4,17 +4,12 @@ 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|staging|preview|nightly> <tag-name>"
|
||||
exit 1
|
||||
fi
|
||||
environment=$1
|
||||
version=$2
|
||||
|
||||
if [[ ${environment} == "nightly" ]]; then
|
||||
echo "nightly is not yet supported"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export_vars_for_environment ${environment}
|
||||
image_id=$(image_id_for_version ${version})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue