Skip to content
Snippets Groups Projects
Commit 37cdf5d0 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #907 from metabase/deploy_script_tweak

create EB version before deploying prototype.
parents 7bd0208e 29c55e24
Branches
Tags
No related merge requests found
......@@ -4,13 +4,10 @@ set -eo pipefail
BASEDIR=$(dirname $0)
source "$BASEDIR/functions"
if [ -z $1 ]; then
echo "Oops! You need to specify the name of the EB app version to deploy."
exit 1
fi
EB_VERSION_LABEL=$1
EB_ENVIRONMENT=metabase-proto
# create EB version
create_eb_version
# deploy EB version to environment
deploy_version ${EB_ENVIRONMENT} ${EB_VERSION_LABEL}
deploy_version ${EB_ENVIRONMENT}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment