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

Merge pull request #1236 from metabase/deploy_fixes

Deploy fixes
parents 0881770c 316fb38d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -eo pipefail
BASEDIR=$(dirname $0)
source "$BASEDIR/functions"
EB_ENVIRONMENT=metabase-proto
# create EB version
create_eb_version
# deploy EB version to environment
deploy_version ${EB_ENVIRONMENT}
......@@ -56,7 +56,7 @@ mk_release_artifacts() {
cd $RELEASE_FILES; zip -r $RELEASE_FILE * .ebextensions
# add the built uberjar
cd $UBERJAR_DIR; cp metabase-*-SNAPSHOT-*.jar $METABASE_JAR_NAME ; zip $RELEASE_FILE $METABASE_JAR_NAME
cd $UBERJAR_DIR; zip $RELEASE_FILE $METABASE_JAR_NAME
mkdir -p $ARTIFACTS_DIR
rm -f $ARTIFACTS_DIR/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment