Output PLUGIN_COMPOSE
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-01-20 23:04:56 -08:00
parent 890c8b670f
commit 768c48ddf9
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ run_stack_deploy() {
docker -H "$REMOTE_DOCKER_HOST" pull "${PLUGIN_IMAGE}"
echo "${PLUGIN_IMAGE}"
fi
echo "compose: $PLUGIN_COMPOSE"
# shellcheck disable=SC2086
docker -H "$REMOTE_DOCKER_HOST" stack deploy -c ${PLUGIN_COMPOSE//:/ -c } "$PLUGIN_STACK"
echo "--- end deploy ---"