Skip to content

Instantly share code, notes, and snippets.

@nobiit
Created November 15, 2024 04:47
Show Gist options
  • Select an option

  • Save nobiit/3f6b52678f77be91655f993bc4a9abc0 to your computer and use it in GitHub Desktop.

Select an option

Save nobiit/3f6b52678f77be91655f993bc4a9abc0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
ssh -T ef-mytel-s1 bash <<-EOF
set -e
docker service update myid_go_prod_gateway --log-driver none --update-parallelism 32
docker service update myid_go_prod_game --log-driver none --update-parallelism 8
docker service update myid_go_prod_lb --log-driver none --update-parallelism 8 --force
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment