| Q |
A |
| Issue Type |
Question |
| Deployer Version |
N/A |
| Local Machine OS |
N/A |
| Remote Machine OS |
N/A |
Description
What is best practice for creating "shareable" recipes or extensions for Deployer? We would like to include some common tasks and other functionality between several of our applications.
It seems that the deploy.php file is loaded within the context of the PHAR (or vendor if installed via composer?). So if we installed a composer package with custom tasks what would the require path need to be?
Thank you.