-
Notifications
You must be signed in to change notification settings - Fork 6
Advantages
Antonio Robirosa edited this page Feb 14, 2023
·
2 revisions
- Code already tested
- Less errors: Every change is only applied once and any error urges the developers to correct the script as early as possible
- Increases the automation of the deployment reducing the time each developer spends on it
- Increases the standardization of the deployment process. This reduces the effort of switching between projects and starting in new Hybris SAP Commerce projects
- Traceability: It makes easier to identify where the changes in the data came from
- Say goodbye to your huge deployment script
- Early testing of deployment scripts: As soon as a deployment script is committed, it will be run on the machines of other developers if the do an update running system and they are working on the same branch
- Each developer is responsible for his own changes