Another push to get this out the door

This commit is contained in:
Luke Murphy
2020-03-19 01:43:41 +01:00
parent fa38cb4745
commit 9544075137
6 changed files with 718 additions and 5 deletions

9
post-deploy Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
PLAYBBOOK=".ansible/post-deploy.yml"
echo "-----> Running post-deploy ansible playbook"
. $(dirname "$0")/functions
run_playbook "$PLAYBOOK"