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

Combine code deployment and infra changes into one activity #164

Open BSick7 opened 1 year ago

BSick7 commented 1 year ago

Overview

Currently, code deployments and infrastructure changes are performed as separate executions. It would be ideal to show both activities in a single view upon initial launch and when an infra change causes an app deployment. With the introduction of IaC files, we are performing IaC synchronization. The synchronization that caused an infra update and/or deploy should be included in this combined activity.

How will it work?