deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.10 to 1.8.2. Release notes Sourced from phpstan/phpstan's releases. 1.8.2 Improvements 🔧 Basic support for PHP 8.2 #[\AllowDynamicProperties] attribute support (RFC) #[\SensitiveParameter] attribute support (RFC) Updated function...
Bumps [symfony/console](https://github.com/symfony/console) from 5.4.5 to 5.4.11. Release notes Sourced from symfony/console's releases. v5.4.11 Changelog (https://github.com/symfony/console/compare/v5.4.10...v5.4.11) bug #47022 get full command path for command in search path (remicollet) v5.4.10 Changelog (https://github.com/symfony/console/compare/v5.4.9...v5.4.10)...
Bumps [symfony/process](https://github.com/symfony/process) from 5.4.5 to 5.4.11. Release notes Sourced from symfony/process's releases. v5.4.11 Changelog (https://github.com/symfony/process/compare/v5.4.10...v5.4.11) no significant changes v5.4.8 Changelog (https://github.com/symfony/process/compare/v5.4.7...v5.4.8) bug #45931 Fix Process::getEnv() when setEnv() hasn't been called...
5de0b05ed4e0b1b changed the check to check for `true` instead of `1`, which means https://consoledonottrack.com/ no longer works ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and...
- [x] Bug fix #3232 - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added? fixed the issue by changing...
- Deployer version: 7 - Deployment OS: Ubuntu 22.04 running dep provision is failing on packages installation step because "Package python is not available, but is referred to by another...
- Deployer version: v7.0.0-rc.8 - Deployment OS: Ubuntu In our recipe we are using PHPStan and PHPUnit (amongst others) to test our recipe. When we started migrating to Deployer 7...
With [fail](https://deployer.org/docs/7.x/api#fail) one can specify which task should run on failure of a specific task, e.g. https://github.com/deployphp/deployer/blob/ff3c33c0a47723378a5af4ee615f3466018dec93/recipe/common.php#L167-L169 When using the `deploy`-task there is already a fail-task defined `deploy:failed`, but when...
- Deployer version: 7.0.0 (but 7.0.0-rc.4 works) - Deployment OS: Ubuntu 22.04 / Ubuntu 20.04 on Plesk VPS When excecuting deploy:vendors task, version 7.0.0 runs command `cd ~/httpdocs/releases/22 && /var/www/vhosts/my-host/.phpenv/shims/php...
Currently the package could be installed on PHP 7.2 (`php7.2 /usr/bin/composer require deployer/deployer`) as there are no version constraints, but will fail after running `php7.2 vendor/bin/dep` with error message _Your...