Source ' $PLUGIN_AVAILABLE_PATH/config/functions 'ĪPP= ' $1 ' CONTAINER_ID= ' $2 ' PROC_TYPE= ' $3 ' PORT= ' $4 ' IP= ' $5 ' eval ' $(config_export app $APP ) 'ĭOKKU_DISABLE_DEPLOY= ' $ ' if ] then echo -e '\033[31m\033[1mDeploys disabled, sorry.\033[0m ' exit 1 #!/usr/bin/env bash # Disables deploys of containers based on whether the # `DOKKU_DISABLE_DEPLOY` env var is set to `true` for an app set -eo pipefail ] & set -x