Hi, I am setting up my deployment process and needed some guidance on how to do it when I have 2 docker droplets linked with a load balancer.
I am using Node.js and have a separate mysql database cluster.
Shall I have each droplet setup in wappler as a separate target and I publish my application on each one separetely? Would I need to update twice my environment variables as well?
I looked alternatively into setting up github actions given that I am using github but that approach seemed a bit complicated for me at this stage
Would love to hear your perspectives on the best way to setup for a multi-droplet scenario
Many thanks!