mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
The `within()` function has been modified to pass-through the return value of the callback function. It is now possible to write code like: ```php $out = within('/foo', function () { return 'bar'; }); ``` The `$out` variable will now contain the value `'bar'`. If the callback function returns nothing, then the return of `within()` call will be `null`. Fixes #2178
Deployer
A deployment tool written in PHP with support for popular frameworks out of the box.
See deployer.org for more information and documentation.
Contributing
Do you want to contribute to this project? Start working on one of those issues:
- Implement host selector ⭐️⭐️⭐️⭐️⭐️
You need to write a simple parser and selector class, this will be a core of new Deployer.
- Improve recipe docs. Add comments to config options, tasks. Clear contrib recipes.
Other issues from v7 milestone
Maintainer
- Anton Medvedev @antonmedv
See also the list of contributors who participated in this project.
Sponsorship
Development of the Deployer generously supported by contributions from individuals and corporations. If you are benefiting from Deployer and would like to help keep the project financially sustainable, please visit Anton Medvedev's Patreon page or contact him via email
Top Supporters
- Daniel Knoch from cariba.de
See a full list of sponsors.
License
Languages
PHP
99.6%
HTML
0.4%