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
- Host: GitHub
- URL: https://github.com/mirocow/docker-deployer-recipes
- Owner: Mirocow
- Created: 2023-06-27T23:56:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T00:12:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T10:26:16.755Z (4 months ago)
- Topics: deployer, deployer-recipes, php8
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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