deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
- Deployer version: 7.3.1 I have a task: ```php task('yii2:db:create', function () { // something here }) ->select('foo') ; ``` when I run `dep deploy` on selector that **not** match...
https://github.com/reactphp/http/releases/tag/v1.9.0: > Security fix: This release fixes a medium severity security issue in ReactPHP's HTTP server component that affects all versions between v0.8.0 and v1.8.0. All users are encouraged to...
See issue #3614.
Hi Nice to see yarn now supported natively in deployer. I've switched to using it instead of my own task definition. I noticed it use cp -R to make a...
I had a discussion with a user who had a failing deployment, because they added deploy:lock a second time, aber recipe/common.php did it already. We can throw an explicit exception...
In v7 the autoloading inside Deployer has changed, which has the effect that third party recipes can't be loaded. A lot of fixes has been suggested, but doesn't work. _Originally...
The problem was on `php_fpm_version` I fixed by making it '8.2' _Originally posted by @AyubTouba in https://github.com/deployphp/deployer/discussions/3593#discussioncomment-5826704_ ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and...
https://phalcon.io/ That be great! ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund this issue. - We receive the funding once the issue is...
Hi, I have a Debian VPS on wich I installed ISPConfig 3 as a webserver administration panel. ### Context The default ISPConfig stack is a combination of Apache2, PHP-FPM, and...
Added task to notify BugSnag of releases using the Laravel Artisan console. - [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ]...