studio24/deployer-recipes

Deployer recipes to aid deployment

v2.0.1 2024-05-15 13:26 UTC

This package is auto-updated.

Last update: 2024-05-15 13:27:34 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.