deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
- Deployer version: 7.0.0-rc3 - Deployment OS: Mac OSX Monterey Please, provide a minimal reproducible example of deploy.php https://deployer.org/docs/7.x/contrib/rsync When defining `rsync` options only with `exclude`: ```php set('rsync',[ 'exclude' =>...
Ever since https://github.com/deployphp/deployer/pull/3051, many keys in the `composer.json` file are omitted when releasing a new Deployer version in order to have no version constraints for the package. This is all...
An official maintained Docker-image for Deployer would be helpful. I found the following third party-images: [pipelinecomponents/deployer](https://hub.docker.com/r/pipelinecomponents/deployer): version 7.3 (but seems only for Gitlab) [minkbear/php-deployer](https://hub.docker.com/r/minkbear/php-deployer): version 7.1 Outdated: [ttskch/deployer](https://hub.docker.com/r/ttskch/deployer): version 7.0...
The changelog of https://github.com/deployphp/deployer/releases/tag/v7.0.0-rc.9 says: > Phar renamed back to `dep `from `deployer.phar` + source code also available now. However, assets since rc.9 and download-page still link use `deployer.phar`: -...
- Deployer version: 7 - Deployment OS: Centos 7 - Plesk - Gitlab 15.2 It seems that it does not return status exit. deploy.php require 'recipe/cakephp.php'; set('ssh_multiplexing', true); set('bin/composer', function...
- Deployer version: 7.0.0-rc-8 - Deployment OS: Gitlab CI (Docker runner) Hello Deployer, I'm having troubles to POST my releases and their deploys to my self-hosted Sentry. Randomly, POST requests...
- Deployer version: Deployer 7.0.0 - Deployment OS: Ubuntu 20.04.4 LTS `
- [ ] Bug fix #…? - [x] New feature #3198 - [ ] BC breaks? - [ ] Tests added? - [x] Docs added? The default_selector was pretty quick...
- Deployer version: 7.0.0-rc.8 - Deployment OS: Ubuntu 18.04.6 LTS I'm not sure if this is the desired behavior, since I discovered it by applying deployer to a rather non-standard...