deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
- Deployer version: 7.0.0-rc.8 - Deployment OS: Ubuntu 20.04 From [documentation](https://deployer.org/docs/7.x/contrib/rsync#sample-configurations): ``` set('rsync_src', __DIR__); ``` If I dont define rsync_src in deploy.yml i got the following output: ``` [localhost] run...
This commit https://github.com/deployphp/deployer/commit/76f07b4e05b898db852686ef8cac93d8b1a7f692#diff-8558493b7152a73eb3ba31b63463fcb735f23d4af82de6e982c39df5a040ff21R112 introduced a new function `validateConfig`. If you use code which uses similiar config names it emits a warning ``` warning Did you mean "site" or "sites"? 6:...
- Deployer version: - Deployment OS: CentOS 8 Stream I've recently updated to Deployer 7. I'm using PHP 8 and have a custom recipe that uses Guzzle, previously in Deployer...
- [x] Bug fix #…? - [x] New feature? - [x] BC breaks? - [x] Tests added? - [x] Docs added? Please, regenerate docs by running next command: $ php...
- Deployer version: 6.8.0 - Deployment OS: MacOS to Ubuntu Running a command that includes `{{ }}`: ``` task('cleanup', function () { $containers = run('docker ps --format "{{.Names}}"'); }); ```...
https://deployer.org/docs/6.x/configuration / barnch/6.0 -> docs/configuration.md Request to mention the default_timeout setter method to increase default timeout on docs for 6.0 ```sh set('default_timeout', 300); ``` Will create a pull request for...
Bumps [pestphp/pest](https://github.com/pestphp/pest) from 1.21.2 to 1.21.3. Release notes Sourced from pestphp/pest's releases. v1.21.3 Full Changelog: https://github.com/pestphp/pest/compare/v1.21.2...v1.21.3 Changelog Sourced from pestphp/pest's changelog. v1.21.3 (2022-05-12) Fixed Debug of high order tests (c1b32b9)...
- Deployer version: v7.0.0-rc.8 - Deployment OS: OSX `vendor/bin/deployer.phar deploy --plan all` shows the `feature` host with `craft:deploy:prepare`. When I run `vendor/bin/deployer.phar deploy stage` the task `craft:deploy:prepare` appears in the...
- [X] Bug fix #3144
- [X] Bug fix #3146?