AEM headless CI/CD
Hi,
I have a question related to AEM Headless,
I have a dev environment, where I have created all Content Fragment Models, Content Fragments and Persisted Queries, works pretty great with frontend through a middleware that calls publisher and fetches content using persisted queries.
I want some suggestions on how I could implement a strategy to deploy this to further environments, and if something changes on dev server, it should change in staging and production server as well, so we dont have to do it manually.
What's the best way of doing it?
Do I need to setup a separate repository with configurations and all content fragments (created using package manager and filtering what I need in the zip)?
How can I do it? Doing Headless integration for the first time