deployer icon indicating copy to clipboard operation
deployer copied to clipboard

The PHP deployment tool with support for popular frameworks out of the box

Results 230 deployer issues
Sort by recently updated
recently updated
newest added

- Deployer version: 7.0.0-beta.26 - Deployment OS: MacOS (using laravel recipe) with ver 6.8 to deploy to either production or staging in our setup we ran: for staging ``` dep...

docs needed

- Deployer version: 7.0.0-rc.8 - Deployment OS: CentOS Linux 7 ``` ... task deploy:release [stage] Deployer\Exception\Exception in release.php on line 100: [stage] [stage] Release name "1" already exists. [stage] Release...

The task `deploy:setup` creates the directories `.dep`, `releases` and `shared` if they do not exist: https://github.com/deployphp/deployer/blob/c36566145a8c17fda3feecbc802e6fb9e7edaa59/recipe/deploy/setup.php#L9-L11 If `shared_dirs` and `shared_files` are not set the `shared` is not needed and should...

improvement

- Deployer version: v7.0.0-rc.8 - Deployment OS: Ubuntu 20.04 When setting a config value to be a specific class, somewhere along the way the config value gets converted to an...

improvement

- Deployer version: v7.0.0-rc.8 - Deployment OS: Windows Since `vendor/bin/dep` became `vendor/bin/deployer.phar`, it is no longer possible to use non-Deployer classes in `deploy.php`. The autoloader must be manually required with...

- Deployer version: ^6.8 - PHP Version Local: 7.4 - PHP Version Remove: 8.1 - Deployment OS Local: OSx - Deployment OS Remote: Ubuntu ```php

As upgrading to 7.x is not really straight forward AND there is no stable release for 7.x yet, it would be great to see PHP 8 compatibility for the 6.x...

- Deployer version: 6.8.0 and 7.0.0-rc.8 - Deployment OS: MacOS/Linux For our Magento 2 projects, we put Deployer in a subfolder (build/deployer) of the main project and run the Deployer...

Hey, first of all thanks so much for providing this awesome and open piece of software! 🙏 I have a few ideas for the docs: Deployer was recommend to me...

- Deployer version: 7.0.0-rc8 as I understand filters like `onHosts` `onStages` has been removed? At least don't see it in Task class. but migration documentation does not mention anything about...