This repository has been archived on 2020-05-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dokku-ansible-playbook/post-deploy
T

10 lines
211 B
Bash
Executable File

#!/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"