/
Refactor deployment script [5.3.0-B1]

Refactor deployment script [5.3.0-B1]

In  INP-1274 - Getting issue details... STATUS  we've changed deployment script to write deployment log to the database to make it more manageable. In the process the following concepts were mixed into single DeploymentHelper class:

  • deployment process
  • revision to be deployed and it's execution

I propose, that we create DeploymentRevision class and move actual revision related data execution into it. Right now it's only SQLs, but can be PHP scripts in the future.

Related Tasks