I followed this. Not getting where do I create doctypes?
On frappe desk?
if yes, how do I check-in those doctypes created to github under the same custom-app so that i can install the same custom-app to other/new sites?
Now I released a 1st version of the app and able to install the custom app on any site.
But here is a challenge I’m facing
If I make changes to custom app in dev environment and check in the code to git,
Frappe is expecting me to run “bench migrate” by doing ssh to site’s instance.
Any better way of automating this, wherein as soon as new code/updates are available and installed, it should run ‘bench migrate’ automatically.