Deployment - adoptrti/kono GitHub Wiki

Deployment

Data is updated on my local system. It has images, db changes and code.

  1. Images are going via rsync. Images are stored on server itself.
  2. Db changes are not going using deployer task DB changes are cache and verify while deployment. Whichever table has any change, becomes part of the final mysqldump command. That dump is send to production. There another deployer task imports the db into db. See /commands/ToolsCommand::dbscan command.
  3. Code changes are also going using deployer task.