deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.56k stars 1.48k forks source link

Run Laravel Artisan on current release #3772

Closed Propaganistas closed 8 months ago

Propaganistas commented 8 months ago

For some Laravel commands it makes more sense to run it on the current active release instead of the deploying release. This additional option allows to toggle between release_or_current_path and current_path.