spiff-arena/bin/deploy
Jon Herron 2382c3f0ab Squashed 'spiffworkflow-frontend/' content from commit 75dbea67
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 75dbea67346d1b0c161b1d7582eeb5442aec5762
2022-10-12 10:21:49 -04:00

12 lines
276 B
Bash
Executable File

#!/usr/bin/env bash
function error_handler() {
>&2 echo "Exited with BAD EXIT CODE '${2}' in ${0} script at line: ${1}."
exit "$2"
}
trap 'error_handler ${LINENO} $?' ERR
set -o errtrace -o errexit -o nounset -o pipefail
git pull
./bin/build_and_run_with_docker_compose