Add create-app hook

This commit is contained in:
Luke Murphy 2020-03-19 01:50:14 +01:00
parent 9544075137
commit dd29d4f28b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 9 additions and 0 deletions

9
create-app Executable file
View File

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