deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
Keeping manifest.json in sync with git and GH releases is too much toil. I have a plan to remove it with self-update command from Deployer. ## Upvote & Fund -...
- Deployer version: 7.3.3 - Deployment OS: Ubuntu If you have a group of tasks, as described [in the documentation](https://deployer.org/docs/7.x/tasks#task-grouping) and you disable the parent task with `task('deploy')->disable();`, all children...
- Deployer version: 7.3.3 We are using the AWS SDK within our `deploy.php` file to fetch some data that we need for our deployments. However, since upgrading to more recent...
- Deployer version: 7.7.3 - Deployment OS: Ubuntu 23.10 ```php
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added? I've reworked the `init()` function...
I'm currently trying the current shopware recipe and I think I'm missing something. Three things I don't understand and would love to fix (therefore an issue an no discussion): -...
- Deployer version: 7.3.3 - Deployment OS: MacOS Using rsync.php with default parameter and deployer.phar returns unexpected result for __DIR__ - because the php file is inside a phar :-)...
**Situation:** On a symfony project, I use proxy jump to reach target server through a bastion. I'm migrating deploy tool from an easycorp/easydeploybundle fork, which works well, but is no...
- [x] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added? Please, regenerate docs by running...
The output of the `ps x | ...` command is not checked to see if a PID was actually retrieved. This can happen with a command that is long enough...