v7.4.1
We’re excited to announce that this version of Deployer comes with an official Docker image!
To get started, simply run:
docker run --rm -it -v .:/app deployphp/deployer init
Features:
- Add deployment recipe for CodeIgniter 4 (#3878)
- Shopware: Added
deploy:update_code
task (#3816) - Magento 2: Changed upgrading database logic (#3812)
- Httpie Timeout: Increased timeout for Sentry integration (#3879)
- UI Enhancements: Various improvements to user interface (#3835)
Fixes:
- Craft CMS: Fixed deploy recipe (#3839)
- Magento 2: Theme processing fix (#3818)
- Caddyfile & Realpath Errors: Hotfix for errors in
provision:website
(#3837) - Spelling Fix: Corrected typo 'downlaod' to 'download' (#3887)
- PHP-FPM: Avoid reloading in Apache (#3847)