timonkreis/deployer-recipes

Deployer recipes and default configuration.

Maintainers

Package info

github.com/timonkreis/deployer-recipes

pkg:composer/timonkreis/deployer-recipes

Statistics

Installs: 72

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-02-11 18:37 UTC

This package is auto-updated.

Last update: 2026-03-11 18:49:10 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');