Can I configure my environment to automatically download changes from a branch?

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?

@Kuba Unfortunately, we don’t have this feature today. You can track the issue here - [Feature]: Automated deployment workflow for applications in different instances when connected to git · Issue #11522 · appsmithorg/appsmith · GitHub

Please do upvote and comment with your use-case.