The Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.
This recipes are mainly used in move:elevator projects. It is not meant to be used anywhere else.
The focus relies on reusable concluded tasks and the possibility to combine multiple deployment workflows, e.g. Symfony and Feature Branch Deployment.
- predefined deployment workflows for TYPO3 and Symfony applications
- compact feature branch deployment
- useful standalone tasks for extending existing workflows
composer require move-elevator/deployer-tools
Now you can adjust the deploy.php
with the following features:
The feature branch deployment describes the deployment and initialization process of multiple application instances on the same host.
Read the documentation for detailed installation instructions and further explanations.
The symfony deployment covers the deployment process for symfony applications.
Read the documentation for detailed installation instructions and further explanations.
The TYPO3 deployment covers the deployment process for TYPO3 CMS applications.
Read the documentation for detailed installation instructions and further explanations.
- MS Teams Notification
- Database backup
- Security check
- Development
- Debug helper
This project is a fork and further development of the XIMA Deployer Tools.
This project is licensed under GNU General Public License 3.0 (or later).