I know this has been asked before. But, has anything changed since then?
The main recommendation was, as I recall to create a custom app and deploy it using git. So if I understand all customizations should be exported to a custom app and that app should be used for deployment.
Can someone provide links on how to do this, as I don’t know what to search for?
Hey, thanks for your help. I taught that I got it, but now I see that not all changes made on erpnext app got migrated with custom fields.
What I was after is:
I have made some new doctypes and added it to CRP module of erpenxt app
Now I want to publish it to production with VCS(git) So I follow your advice and add fixtures to hooks.py of my custom app. I run bench --site sitename export-fixtures and push to git.
Result should be new doctype in production. But there is none.
I’m facing the same problem, i have the /apps/erpnext on git but the modifications in the API in /apps/frappe don’t appear on prod, did you find a solution ?