Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deployphp/recipes
Archived. Go to
https://github.com/deployphp/recipes
Last synced: 10 days ago
JSON representation
Archived. Go to
- Host: GitHub
- URL: https://github.com/deployphp/recipes
- Owner: deployphp
- License: mit
- Archived: true
- Created: 2014-11-14T15:53:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T20:01:56.000Z (over 4 years ago)
- Last Synced: 2024-09-09T16:33:55.869Z (about 2 months ago)
- Language: PHP
- Homepage: https://github.com/deployphp/deployer/tree/master/contrib
- Size: 254 KB
- Stars: 320
- Watchers: 19
- Forks: 203
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - 一个网站部署包。
README
> All recipes moved into https://github.com/deployphp/deployer/tree/master/contrib
## Deployer Recipes
This repository contains third party recipes to integrate with deployer.
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deployphp/deployer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
## Installing
~~~sh
composer require deployer/recipes --dev
~~~Include recipes in `deploy.php` file.
```php
require 'recipe/slack.php';
```## Recipes
| Recipe | Docs
| ------ | ----
| bugsnag | [read](docs/bugsnag.md)
| cachetool | [read](docs/cachetool.md)
| cimonitor | [read](docs/cimonitor.md)
| cloudflare | [read](docs/cloudflare.md)
| discord | [read](docs/discord.md)
| hipchat | [read](docs/hipchat.md)
| mattermost | [read](docs/mattermost.md)
| newrelic | [read](docs/newrelic.md)
| ms-teams | [read](docs/ms-teams.md)
| npm | [read](docs/npm.md)
| phinx | [read](docs/phinx.md)
| rabbit | [read](docs/rabbit.md)
| rollbar | [read](docs/rollbar.md)
| rsync | [read](docs/rsync.md)
| sentry | [read](docs/sentry.md)
| slack | [read](docs/slack.md)
| telegram | [read](docs/telegram.md)
| yammer | [read](docs/yammer.md)
| yarn | [read](docs/yarn.md)
| raygun | [read](docs/raygun.md)## Contributing
Read the [contributing](https://github.com/deployphp/recipes/blob/master/CONTRIBUTING.md) guide, join the [discussions](https://deployer.org/discuss), take a look on open [issues](https://github.com/deployphp/recipes/issues)
## License
Licensed under the [MIT license](https://github.com/deployphp/recipes/blob/master/LICENSE).