mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
* Fix check_remote task * Check remote head contents locally * Ensure .dep/HEAD file is available so error isn’t thrown * Document task usage Fixes #1990 * Fix Silverstripe recipe * Additionally check shared directory for assets since this directory is commonly excluded from project git repos * Ensure shared_assets returns a non-null value so the release folder can’t get accidentally deleted Fixes #1989 * Update CHANGELOG.md * Clarified contribution instructions * Update issue templates Added a bug report template
Deployer Recipes
recipe
contains officially supported Deployer recipes.
All of them are based on common.php
recipe which contains tasks for deployment environment preparation,
loading code, changing files permissions, and much more.
Other recipes can be found in github.com/deployphp/recipes.
To add support for framework or app create new file, require recipe/common.php
, and describe deploy
task.
Take a look at example of composer.php
recipe.