studio24 / deployer-recipes
Deployer recipes to aid deployment
Installs: 3 577
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- deployer/deployer: ^7.3
Requires (Dev)
- overtrue/phplint: ^2.3
- squizlabs/php_codesniffer: ^3.7
README
This package contains Deployer recipes used to help deploy Studio 24 projects.
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.