added print
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Roxie Gibson 2022-01-17 15:45:30 +00:00
parent 794989ef9d
commit d3fc7fca73
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ run_stack_deploy() {
if [[ ! -z "${PLUGIN_REG_USER}" ]] && [[ ! -z "${PLUGIN_REG_PASS}" ]]; then
echo "--- discovered secrets, assuming private registry, logging in ---"
docker login -u "${PLUGIN_REG_USER}" -p "${PLUGIN_REG_PASS}"
docker image pull "${PLUGIN_IMAGE}"
docker pull "${PLUGIN_IMAGE}"
echo "${PLUGIN_IMAGE}"
docker -H "$REMOTE_DOCKER_HOST" stack deploy -c "$PLUGIN_COMPOSE" "$PLUGIN_STACK"
else
docker -H "$REMOTE_DOCKER_HOST" stack deploy -c "$PLUGIN_COMPOSE" "$PLUGIN_STACK"