studio24/deployer-recipes

Deployer recipes to aid deployment

Maintainers

Package info

github.com/studio24/deployer-recipes

pkg:composer/studio24/deployer-recipes

Statistics

Installs: 4 770

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 3

v2.2.1 2025-10-06 14:29 UTC

This package is auto-updated.

Last update: 2026-03-06 17:08:49 UTC


README

This package contains Deployer recipes used to help deploy Studio 24 projects.

license

Requirements

  • PHP 8.0+ (Deployer 7)
  • PHP 7.2 (Deployer 6)
  • Composer

Documentation

View documentation.

If you want to contribute to this project, please read the contribution guidelines.

Installation

Deployer 7 (PHP 8.0+)

Install via Composer:

composer require studio24/deployer-recipes:^2.0 --dev

See installation instructions.

Deployer 6 (PHP 7.2–7.4)

Install via Composer:

composer require studio24/deployer-recipes:^1.1 --dev

See installation instructions.

Running Deployer

To run deployments use:

dep deploy <environment> --branch=<branch name> 

See usage documentation.