You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The Activity pane will show code deployments triggered by a run as one line item.
Each line item could be one of:
"Infra change"
"IaC sync + Infra change"
"Code deploy"
"IaC sync + Infra change + Code deploy"
We will add a sidebar on the left side that lists:
Overview (summary of changes)
Code Deployment
App infra runs
Any other supporting infra runs (if exists)
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: