Releases: papertank/envoy-deploy
Releases · papertank/envoy-deploy
v5.0.1
v5.0.0
- Added $php and $composer variables to allow binary paths to be updated.
- Added $releases variable for /releases path.
- Added optional $php_fpm variable (DEPLOY_PHP_FPM env variable) to reload FPM service.
- Added --down option to enable maintenance mode.
- Added deployment_reload task.
- Added $restartQueue variable (DEPLOY_RESTART_QUEUE env variable) to restart queue / horizon.
v4.1.0
- Added fastcgi_param SCRIPT_FILENAME and DOCUMENT_ROOT variables to readme (for better nginx symlink handling).
v4.0.0
- Tidied up deployments into releases folder.
- Added optional
deployment_npm
task (disabled by default). - Removed
deploy_cleanup
story to simplify - useenvoy run deploy --cleanup
. - Removed storage/public link and replaced with
php artisan storage:link command
. - Updated readme with optional features and documentation.
v3.1.1
v3.1.0
v3.0.0
v2.3.0
v2.2.1
- Fixed deploy_cleanup story (wrong tasks)
- Moved queue restart to deployment_finish (from deployment_cache)
v2.2
Thanks to PR #11 by @BadChoice
- Added
health_check
task and config. - Added
rollback
task to update current to previous deployment. - Updated
cleanup
to delete old deploys and leave last 4. - Removed
deployment_optimize
task (no longer needed for Laravel 5 projects). - Updated
deployment_composer
to use--prefer-dist --optimize-autoloader
options.