Novu Framework operates in a GitOps model. This means that the source of truth for your workflows and configurations are located in your Git as Code.The general workflow for pushing changes to Novu Cloud is as follows:
Create a feature branch
Develop workflows locally in your bridge application
Sync changes to the Development environment to test e2e
Merge the feature branch to your dev branch
This will trigger a CI/CD pipeline that will deploy the changes to the Development environment
Test the changes in the Development environment
Merge the dev branch to the main branch
This will trigger a CI/CD pipeline that will deploy the changes to the Production environment