Forge ahead with bash madness

This commit is contained in:
Luke Murphy
2020-04-07 16:29:32 +02:00
parent 4e4999a6d6
commit 052f42347b
5 changed files with 81 additions and 31 deletions

View File

@ -1 +0,0 @@
#!/usr/bin/env python3

View File

@ -1 +1,7 @@
#!/usr/bin/env python3
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_AVAILABLE_PATH/ansible-deploy/functions"
dokku-ansible-deploy-vault-pass-cmd "$@"