Skip to content

stfturist/deployer-recipes

 
 

Repository files navigation

Deployer Recipes

This repository contains Isotops recipes to integrate with deployer.

Installation

composer require --dev isotopsweden/deployer-recipes

Recipes

Load all:

require 'vendor/isotopsweden/deployer-recipes/deployer.php';

Load separately:

Recipe Usage
apache require 'vendor/isotopsweden/deployer-recipes/recipes/apache.php';
deploy require 'vendor/isotopsweden/deployer-recipes/recipes/deploy.php';
ghostinspector require 'vendor/isotopsweden/deployer-recipes/recipes/ghostinspector.php';
redis require 'vendor/isotopsweden/deployer-recipes/recipes/redis.php';
sentry require 'vendor/isotopsweden/deployer-recipes/recipes/sentry.php';
wp require 'vendor/isotopsweden/deployer-recipes/recipes/wp.php';

License

MIT © Isotop

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%