Deploy
Syncing your local changes to the Novu Cloud Dashboard
Novu operates in a multi environment setup, with the currently available environments:
- Local Studio - Running against your local machine, this is where you can create, edit, and preview workflows.
- Development - Acts as a Staging environment, where your non-technical peers can view and modify controls.
- Production - For triggering workflows to your customers.
Sync changes to Novu Cloud
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 themain
branch- This will trigger a CI/CD pipeline that will deploy the changes to the Production environment
CI/CD Integrations
Novu currently supports the following CI integrations:
- GitHub Actions - Direct Integration
- GitLab CI - Using our CLI command
- Jenkins - Using our CLI command
- CircleCI - Using our CLI command
- Bitbucket Pipelines - Using our CLI command
- Azure DevOps - Using our CLI command
- Travis CI - Using our CLI command
- Other - For any other CI/CD tool, you can use our CLI command
Direct integration with other CI/CD tools is on our roadmap. If you would like to see a specific CI/CD tool integrated, please reach out to us.
Was this page helpful?