summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index ff5797e..34f13e4 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -20,7 +20,9 @@ DIRECTORY=$(readlink -f "$0")
CURRENTPATH=$(dirname "$DIRECTORY")
# Source env variables & functions
+# shellcheck source=./deploy.env
source "$CURRENTPATH/deploy.env"
+# shellcheck source=./functions.sh
source "$CURRENTPATH/functions.sh"
# Clean up leftovers