Add pre-deploy/post-deploy place holders
This commit is contained in:
8
pre-deploy
Executable file
8
pre-deploy
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
source "$PLUGIN_AVAILABLE_PATH/ansible-deploy/functions"
|
||||
|
||||
dokku-ansible-deploy-pre-deploy "$@"
|
Reference in New Issue
Block a user