Created
November 15, 2024 04:47
-
-
Save nobiit/3f6b52678f77be91655f993bc4a9abc0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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