Hello,
I've recently integrated my FF project with Github, following the process described on the Youtube video. Also the workflow described in this documentation page: https://docs.flutterflow.io/customizing-your-app/manage-custom-code-in-github in order to integrate some custom code, and it seems be really handy for mobile deployment.
However, I was used to publishing my FF app on the web using the on-the-shelf web publishing feature in FF. If I integrated new code in the dev and main branches, how can I publish the updated app on the web? Does it mean I can't use anymore the FF web publishing feature for this and I have to do it with my own process and on my own server?
Thanks.