Add pre-deploy/post-deploy place holders

This commit is contained in:
Luke Murphy
2020-04-13 09:24:02 +02:00
parent 93c16dfdc3
commit cf70f57d7f
3 changed files with 26 additions and 0 deletions

8
pre-deploy Executable file
View 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 "$@"