deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
The test to check if .env file is present was not checking if the dotenv variable was set and always used the default. Added getter for dotenv variable.
- [ ] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [x] Docs added? Please, regenerate docs by running...
This adds the ability to use submodules with `update_code` set to `clonse_submodule` while staying backwards compatible. Issue: [Using submodules were possible in Deployer 6 but not 7](https://github.com/deployphp/deployer/issues/148#issuecomment-2047203925) and could be...
Same change as in https://github.com/deployphp/deployer/pull/4026 for 7.x - [ ] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [...
…rategy and check for .git folder with clone update_code_strategy With update_code_strategy === ‘archive’ there is no .git folder and therefore the check is never executed. After updating from v6 to...
- [x] Bug fix #4036 - [ ] New feature - [ ] BC breaks - [ ] Tests added - [x] Docs added Please, regenerate docs by running next...
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [x] Docs added? Supersedes #3906 Hello! ### Description This...