diff --git a/run_certbot.sh b/run_certbot.sh index 8be520c91..45a6a0327 100755 --- a/run_certbot.sh +++ b/run_certbot.sh @@ -2,4 +2,4 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -make -C $CURRENT_DIR renew-ssl ENV=DEV +make -C $CURRENT_DIR renew-ssl ENV=prod