timonkreis / deployer-recipes
Deployer recipes and default configuration.
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/timonkreis/deployer-recipes
Requires
- php: >=7.4
- ext-json: *
- deployer/deployer: ^7.3
This package is auto-updated.
Last update: 2025-10-11 06:48:15 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');