An open API service indexing awesome lists of open source software.

https://github.com/mirocow/docker-deployer-recipes


https://github.com/mirocow/docker-deployer-recipes

deployer deployer-recipes php8

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Deployer Recipes

This repository contains third party recipes to integrate with deployer.

## Installing

~~~json
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{
"type":"vcs",
"url": "https://github.com/Mirocow/docker-deployer-recipes.git"
}
],
~~~

~~~sh
composer require mirocow/docker-deployer-recipes --dev
~~~

## Usage

```php