This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/dependencies

9 lines
194 B
Plaintext
Raw Normal View History

2020-04-07 14:10:31 +00:00
#!/usr/bin/env bash
2020-04-07 13:43:53 +00:00
2020-04-07 14:10:31 +00:00
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
2020-04-07 13:43:53 +00:00
# shellcheck disable=SC1090
2020-04-07 14:29:32 +00:00
source "$PLUGIN_AVAILABLE_PATH/ansible-deploy/functions"
2020-04-07 13:43:53 +00:00
2020-04-07 14:10:31 +00:00
dokku-ansible-deploy-dependencies "$@"