diff --git a/create-app b/create-app new file mode 100755 index 0000000..7cbeceb --- /dev/null +++ b/create-app @@ -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"