Hello
I am using odoo 18 on odoo.sh and really like beiing able to test the new features in the staging environment before going to production.
I am also using the website module for my ecommerce but I as of today I am doing my changes directly in prodution with the website builder and I don't like that at all (for obvious reasons).
My question: how can I use the dev and staging environnements to make changes to my website before moving my changes (through github) to production, as I am doing with my others modules ?
The best would be to be able to use the no code website builder in dev / staging envionment before pushing the generated code to my branch on github, but if I have to code directly without the no code util it's also OK
Thanks in advance