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

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...

feature

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...

feature

- [ ] 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....

bug

- [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`.

bug

- 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...

feature
minor bug