nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Full pipeline support for GitOps #172

Open BSick7 opened 10 months ago

BSick7 commented 10 months ago

Overview

Nullstone provides GitOps support for preview environments through pull requests. However, those configurations don't have an effect on pipeline environments once a PR is merged. Adding support includes two major improvements:

  1. Nullstone will synchronize blocks that are not apps (e.g. datastores, clusters, networks, etc.)
  2. Nullstone will perform GitOps synchronize on pipeline environments.

How will it work?

WIP: