https://github.com/move-elevator/deployer-tools
🚀 The Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.
https://github.com/move-elevator/deployer-tools
deployer-php deployer-recipes symfony typo3
Last synced: 2 months ago
JSON representation
🚀 The Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.
- Host: GitHub
- URL: https://github.com/move-elevator/deployer-tools
- Owner: move-elevator
- License: gpl-3.0
- Created: 2025-07-16T07:31:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T16:26:35.000Z (3 months ago)
- Last Synced: 2025-12-18T22:26:14.135Z (3 months ago)
- Topics: deployer-php, deployer-recipes, symfony, typo3
- Language: PHP
- Homepage: https://move-elevator.de/
- Size: 109 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# Deployer Tools
[](https://github.com/move-elevator/deployer-tools/actions/workflows/cgl.yml)
[](LICENSE.md)
> The Deployer Tools combine multiple [deployer](https://deployer.org/) recipes for an improved deployment process and workflow.
This recipes are mainly used in [move:elevator](https://www.move-elevator.de/) projects. It is not meant to be used anywhere else.
- [Installation](#installation)
- [Feature Branch Deployment](#feature-branch-deployment)
- [Symfony](#symfony)
- [TYPO3](#typo3)
- [Standalone Tasks](#standalone-tasks)
## ✨ Features
The focus relies on reusable concluded tasks and the possibility to combine multiple deployment workflows, e.g. [Symfony](#symfony) and [Feature Branch Deployment](#feature-branch-deployment).
- predefined **deployment workflows** for *TYPO3* and *Symfony* applications
- compact **feature branch deployment**
- useful **standalone tasks** for extending existing workflows
## 🔥 Installation
[](https://packagist.org/packages/move-elevator/deployer-tools)
[](https://packagist.org/packages/move-elevator/deployer-tools)
```bash
composer require move-elevator/deployer-tools
```
Now you can adjust the `deploy.php` with the following features:
## 📝 Documentation
### Feature Branch Deployment
The feature branch deployment describes the deployment and initialization process of multiple application instances on the same host.
Read the [documentation](docs/FEATURE.md) for detailed installation instructions and further explanations.
### Symfony
The symfony deployment covers the deployment process for symfony applications.
Read the [documentation](docs/SYMFONY.md) for detailed installation instructions and further explanations.
### TYPO3
The TYPO3 deployment covers the deployment process for TYPO3 CMS applications.
Read the [documentation](docs/TYPO3.md) for detailed installation instructions and further explanations.
### Standalone Tasks
- MS Teams Notification
- Database backup
- [Security check](docs/SECURITY.md)
- [Development](docs/DEV.md)
- [Debug helper](docs/DEBUG.md)
## 💛 Acknowledgements
This project is a fork and further development of the [XIMA Deployer Tools](https://github.com/xima-media/xima-deployer-tools).
## ⭐ License
This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).