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
In order to improve the deployment process, we need to implement a feature that allows for the visualization of deployment differences before proceeding. The key requirements are:
Integrate a mechanism within the deployment pipeline that presents the differences in the deployment to the user.
Provide an option for the user to approve or decline the proposed deployment.
If the user approves, proceed with the deployment.
If the user declines, the system should automatically revert the application set to its previous state.
This enhancement aims to increase the transparency and control of the deployment process, ensuring that changes can be reviewed and approved before being made live.
Acceptance Criteria:
The deployment pipeline must be able to display the differences in the deployment clearly to the user.
The user should have the option to either approve or decline the deployment.
On approval, the deployment should proceed as planned.
On decline, the system must automatically revert the application set to its previous state without any manual intervention.
Documentation should be updated to reflect the new deployment process.
The text was updated successfully, but these errors were encountered:
In order to improve the deployment process, we need to implement a feature that allows for the visualization of deployment differences before proceeding. The key requirements are:
This enhancement aims to increase the transparency and control of the deployment process, ensuring that changes can be reviewed and approved before being made live.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: