We need to have 3 environments: Dev, Int, Prod (3 different servers running)
We can easily develop app in dev, and then pull changes for it in Int and Prod. But we have to pull changes manually.
Is there way to configure Appsmith in the way that it would automatically download the updates pushed on dev without need for manual opening each application in int and prod and pulling the changes? I.e. by making git pulling it automatically from ‘main’ branch every 20 mins, or by setting up some pipeline that could communicate with appsmith and trigger that behaviour?