mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fix: add missing source of config/functions
Sometimes a deploy will complain if this doesn't exist.
This commit is contained in:
committed by
GitHub
parent
b98154e410
commit
161d877e8b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user