Add common functions

This commit is contained in:
Luke Murphy
2020-03-19 23:45:06 +01:00
parent 50b2c86429
commit b5eb80147a
4 changed files with 17 additions and 5 deletions

View File

@ -2,6 +2,8 @@
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
dokku-ansible-playbook-post-deploy() {
declare APP="$1"
declare PLAYBOOK="$DOKKU_LIB_ROOT/data/ansible/$APP/post-deploy.yml"