From 98603cb74464eb7d11efc0b248703362dab92171 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 31 Aug 2020 14:54:56 +0000 Subject: [PATCH] scripts/deploy.sh: init --- scripts/deploy.sh | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 scripts/deploy.sh 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 <