gwolfe
06-17-2025Data Pipeline
Help with CI/CD Workflow for Sisense + GitHub Integration
Hi everyone,
We're currently using two environments—test and prod—and recently began using Sisense's Git integration with GitHub. We're now looking to improve our CI/CD process and wondering if anyone has come across solid documentation or examples.
Specifically, we're hoping to:
Automatically deploy changes from a feature branch in test to main in test after a pull request is merged
Then automatically deploy the same changes to prod
Has anyone implemented a workflow like this or found official guidance on automating these deployment steps? We'd love to avoid manually pulling these changes into each environment.
Appreciate any advice, links, or lessons learned!