diff --git a/plugin.sh b/plugin.sh index d0d7f81..e0f976d 100755 --- a/plugin.sh +++ b/plugin.sh @@ -48,8 +48,9 @@ run_stack_deploy() { } run_stack_wait() { - export DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT" - docker run --rm vitalets/docker-stack-wait-deploy | sed 's/True/true/' | bash /dev/stdin "$PLUGIN_STACK" + docker run --rm vitalets/docker-stack-wait-deploy \ + | sed 's/True/true/' \ + | bash /dev/stdin "$PLUGIN_STACK" } run_plugin() {