Add create-app hook
This commit is contained in:
parent
9544075137
commit
dd29d4f28b
9
create-app
Executable file
9
create-app
Executable 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"
|
Reference in New Issue
Block a user