From 452ac69fb6d55af677475681599e7ca1a4bc177a Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 4 Jan 2020 18:47:25 -0500 Subject: [PATCH] [+] Add reminder in deploy script --- run/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run/deploy.sh b/run/deploy.sh index 4b78fdd..2f74aba 100644 --- a/run/deploy.sh +++ b/run/deploy.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +#echo "Switch to production database settings" +#exit + # abort on errors set -e