fix: add missing source of config/functions

Sometimes a deploy will complain if this doesn't exist.
This commit is contained in:
Jose Diaz-Gonzalez
2018-06-04 11:42:42 -04:00
committed by GitHub
parent b98154e410
commit 161d877e8b

View File

@@ -557,6 +557,7 @@ dokku_release() {
dokku_deploy_cmd() {
declare desc="deploy phase"
declare APP="$1" IMAGE_TAG="$2"
source "$PLUGIN_AVAILABLE_PATH/config/functions"
local DOKKU_SCHEDULER=$(config_get "$APP" DOKKU_SCHEDULER || echo "docker-local")
plugn trigger scheduler-deploy "$DOKKU_SCHEDULER" "$APP" "$IMAGE_TAG"