https://github.com/eikona-media/deployer-recipes
deployer recipes
https://github.com/eikona-media/deployer-recipes
deployer deployer-php deployer-recipes
Last synced: 6 months ago
JSON representation
deployer recipes
- Host: GitHub
- URL: https://github.com/eikona-media/deployer-recipes
- Owner: eikona-media
- Created: 2018-08-26T22:23:31.000Z (almost 8 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-05-14T13:36:36.000Z (about 2 years ago)
- Last Synced: 2024-11-14T21:40:11.533Z (over 1 year ago)
- Topics: deployer, deployer-php, deployer-recipes
- Language: PHP
- Size: 124 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- 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](https://github.com/deployphp/deployer).
## Installing
~~~sh
composer require eikona-media/deployer-recipes --dev
~~~
Include recipes in `deploy.php` file.
```php
require 'recipe/contao_project.php';
```
## Recipes
| Recipe | Docs |
|----------------|:------------------------------:|
| akeneo 7.* | [read](docs/akeneo7.md) |
| akeneo 6.* | [read](docs/akeneo6.md) |
| contao project | [read](docs/contao_project.md) |
| cycon | [read](docs/cycon.md) |
| shopware6 | [read](docs/shopware6.md) |
## Build Helper
| Recipe | Docs |
|----------|:------------------------------:|
| composer | [read](docs/build/composer.md) |
| npm | [read](docs/build/npm.md) |
| yarn | [read](docs/build/yarn.md) |
## Deploy Helper
| Recipe | Docs |
|---------------|:------------------------------------:|
| cache | [read](docs/deploy/cache.md) |
| cleanup | [read](docs/deploy/cleanup.md) |
| gitlab_ci | [read](docs/deploy/gitlab_ci.md) |
| no_releases | [read](docs/deploy/no_releases.md) |
| scp | [read](docs/deploy/scp.md) |
| supervisor | [read](docs/deploy/supervisor.md) |
| tar | [read](docs/deploy/tar.md) |
| update_shared | [read](docs/deploy/update_shared.md) |
## More Doc + Recipes...
* https://deployer.org/docs/7.x/getting-started
* https://deployer.org/docs/7.x/recipe