From 768c48ddf92df6ed0a868a240cfd507b7602a793 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 20 Jan 2023 23:04:56 -0800 Subject: [PATCH] Output PLUGIN_COMPOSE --- plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.sh b/plugin.sh index 0586d6b..919177a 100755 --- a/plugin.sh +++ b/plugin.sh @@ -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 ---"