-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "Syncing your local changes to the Novu Cloud Dashboard" | ||
sidebarTitle: "Overview" | ||
--- | ||
|
||
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 the `main` 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](/deployment/actions) | ||
- **GitLab CI** - Using our [CLI command](/deployment/cli) | ||
- **Jenkins** - Using our [CLI command](/deployment/cli) | ||
- **CircleCI** - Using our [CLI command](/deployment/cli) | ||
- **Bitbucket Pipelines** - Using our [CLI command](/deployment/cli) | ||
- **Azure DevOps** - Using our [CLI command](/deployment/cli) | ||
- **Travis CI** - Using our [CLI command](/deployment/cli) | ||
- **Other** - For any other CI/CD tool, you can use our [CLI command](/deployment/cli) | ||
|
||
<Info> | ||
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. | ||
</Info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters