9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
||
|
|
||
|
# shellcheck disable=SC1090
|
||
|
source "$PLUGIN_AVAILABLE_PATH/ansible-deploy/functions"
|
||
|
|
||
|
dokku-ansible-deploy-post-delete "$@"
|