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

8 lines
168 B
Bash
Executable File

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