DevOps Deployment Process

DevOps Deployment ProcessPush codebaseBuildRun commands or scripts to generate thingsYou can version it or push it on a artifacts server if you needRun testsRun it in parallel if possibleMake a peer reviewRebase then merge codebaseDeploy on productionNotify the pusherTriggers the hookSucceededPassedApprovedSucceededGot errorsFailedDisapprovedConflictedFailed

This is an example of a deployment process with the DevOps philosophy