deployphp / deployer

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

Update Craft CMS deploy recipe #3839

Closed ThomasDeMarez closed 1 month ago

ThomasDeMarez commented 1 month ago

Added the --interactive=0 flag to each command, with an option to not add it. Added new cache-clear, gc, setup/app-id and setup/security-key tasks.

Removed the try {} catch for any craft() command. This resulted in Deployer thinking a deploy was successful when it was not.

Documented options for the craft() command