From f7545a0870ee04363fd6485dd3def88d9524cfaa Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Jan 2021 23:22:40 -0500 Subject: [PATCH] test --- scripts/staging/update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/staging/update.sh diff --git a/scripts/staging/update.sh b/scripts/staging/update.sh new file mode 100755 index 0000000..239c031 --- /dev/null +++ b/scripts/staging/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +bash $workingPath/scripts/$environment/deploy.sh \ No newline at end of file