ambimax / magento-deployscripts
Collection of scripts for Magento builds and deployments
Installs: 1 289
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:Shell
This package is not auto-updated.
Last update: 2025-01-04 12:03:52 UTC
README
Deploy scripts are based on the superb work of @fbrnc and AOE (https://github.com/AOEpeople/magento-deployscripts)
How it works
-
Whole magento project is packaged into a build archive (project.tar.gz)
-
Generated build is copied to a central storage server
-
Jenkins copies deploy.sh to remote server
-
deploy.sh is executed on remote server and initiates install.sh
-
Jenkins triggers cleanup script on remote server
composer
"require": {
"ambimax/magento-deployscripts": "~1.0"
}