deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
Using this as example: ```yaml import: recipe/symfony.php config: shared_dirs: - my_dir ``` Result of `get('shared_dirs')`: `['my_dir']` But sometimes I may want to have a result like this: `['var/log' ,'my_dir']`. A...
If PR #3098 is acepted. - [ ] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs...
Just a suggestion for a smoother upgrade path - why not detect the presence of an already existing `.dep/releases` file to determine the last release number from v6.x and then...
- [ ] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added? Please, regenerate docs by...
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added? Please, regenerate docs by running...
``` run('sleep 400', timeout: null); ``` Will timeout after 300 sec by default. ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund this issue....
- [X] Bug fix: multiple deployment use same crontab tmp path - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs...
I think that the required version of PHP should be kept in `composer.json`.
- Deployer version: v7 When several deployments are done in parallel with different users, it sometimes happens that one of the deployments fails because the /tmp/crontab_save file already exists for...