timonkreis / deployer-recipes
Deployer recipes and default configuration.
dev-main
2025-07-29 06:21 UTC
Requires
- php: >=7.4
- ext-json: *
- deployer/deployer: ^7.3
This package is auto-updated.
Last update: 2025-07-29 06:21:57 UTC
README
This package provides several default configurations and recipes for Deployer.
Use the following command to install it via Composer:
composer require --dev timonkreis/deployer-recipes:@dev
Usage
Import the desired recipe into your deploy.php
:
// For TYPO3 import(__DIR__ . '/vendor/timonkreis/deployer-recipes/recipes/typo3.php'); // For WordPress import(__DIR__ . '/vendor/timonkreis/deployer-recipes/recipes/wordpress.php');