backend-and-orchestration-t.../lambda_function/monitoring_example/scripts/deploy-to-aws.sh
Mia von Steinkirch 4a5d6f56a6 🧆 update readme:
2020-01-21 15:59:50 -08:00

13 lines
279 B
Bash
Executable file

#!/usr/bin/env bash
set -o errexit # always exit on error
set -o errtrace # trap errors in functions as well
set -o pipefail # don't ignore exit codes when piping output
IFS=$'\n\t'
cd "$(dirname "${BASH_SOURCE[0]}")/.."
source "$1"
make --makefile=./scripts/deploy.mk all