Submit an Idea
It'll be nice to have a way to connect applications to git repos such that changes made to such a repo can
As an example, you can look at the system used by cloudways as described in the documantation below
https://support.cloudways.com/en/articles/5124087-deploy-code-to-your-application-using-git#tab-2
https://support.cloudways.com/en/articles/5124785-automatically-deploy-from-git-to-server-using-webhooks
So basically, you connect your app to github by exchanging keys after which you can pull changes from your application dashboard into your whatever directory you set. Then using the webhook feature, one can set auto deployment when new changes are made by setting a workflow to call the set webhook or outrightly settinga webhook directly on github.