diff --git a/scripts/deploy.sh b/scripts/deploy.sh new file mode 100755 index 000000000..fabe9d69c --- /dev/null +++ b/scripts/deploy.sh @@ -0,0 +1,35 @@ +#! /bin/sh + +# SPDX-FileCopyrightText: 2020 Alyssa Ross +# SPDX-License-Identifier: MIT + +set -ueo pipefail + +ex_usage() { + cat >&2 <