Whoops, don't deploy the stack locally 🤦
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-27 21:56:08 +02:00
parent 9f9d4bafe9
commit cc16850b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ---"
}