Question
How can I run a python script in the Droplet A from Droplet B?
I currently have two Droplets that run Ubuntu 16. The first one, Droplet A, is the $5,00 super standard one where my website is built on. While Droplet B is the 80$ a month and has all the databases ready to be queried.
In both the droplets I have created a python backend. What I need is to be able to run a python script on the Droplet B from Droplet A.
How can I do that? This will be so helpful also in the future since we are planning to have many droplets communicating with each other.
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.
×