ambimax/magento-deployscripts

Collection of scripts for Magento builds and deployments

2.0.0 2018-06-13 07:51 UTC

This package is not auto-updated.

Last update: 2024-04-27 08:35:09 UTC


README

Deploy scripts are based on the superb work of @fbrnc and AOE (https://github.com/AOEpeople/magento-deployscripts)

How it works

  1. Whole magento project is packaged into a build archive (project.tar.gz)

  2. Generated build is copied to a central storage server

  3. Jenkins copies deploy.sh to remote server

  4. deploy.sh is executed on remote server and initiates install.sh

  5. Jenkins triggers cleanup script on remote server

composer

"require": {
    "ambimax/magento-deployscripts": "~1.0"
}

License

GNU GPLv3 License

Author Information