Hello,
I was wondering if there is a way that I could refresh my GitHub repository and restart my server by executing a command on multiple droplets at once. All I need the ability to do is execute a command on multiple of my droplets’ linux terminal on ubuntu.
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
Yes you can easily do that with a for loop.
servers.txt
and add your IPs on different lines.Hope that this helps!