From cc16850b1c05e55ff7371d3cacddbd7628740c6d Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 27 Sep 2020 21:56:08 +0200 Subject: [PATCH] =?UTF-8?q?Whoops,=20don't=20deploy=20the=20stack=20locall?= =?UTF-8?q?y=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 6c39f32..ccca798 100755 --- a/plugin.sh +++ b/plugin.sh @@ -62,7 +62,7 @@ output_versions(){ run_stack_deploy() { echo "--- start deploy ---" - docker stack deploy -c "$PLUGIN_COMPOSE" "$PLUGIN_STACK" + docker -H "$REMOTE_DOCKER_HOST" stack deploy -c "$PLUGIN_COMPOSE" "$PLUGIN_STACK" echo "--- end deploy ---" }