deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
Hello, is it possible to get the commit message to the `dep releases` command? Something like this: ``` +---------------------+------example.org ------------+--------+-----------+----------------+ | Date (UTC) | Release | Author | Target |...
Give deployer the option to have the remote repository in the release_path. We use [Statamic](https://statamic.com) and in Statamic there's an option Git Automation, see documentation: https://statamic.dev/git-automation. The default value of...
In older versions there was the possibility to have the timestamp (format YmdHis) as release number. I would love to have this back and it could be optionally enabled by...
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [x] Docs added? This PR adds support for [https://wp-cli.org/](WP-CLI)....
Fixes #3396 Option `-v` adds the task start time, while `-vv` displays the task start time with milliseconds accuracy Normal ``` $ dep deploy task deploy:1 [localhost] 1 task deploy:2...
- Deployer version: 7.1.4 - Deployment OS: mac OS ``` set('maxcluster:redis:prefix', 'fabi-testet'); parse('{{maxcluster:redis:prefix}}-cache'); ``` ends in {{maxcluster:redis:prefix}}-cache instead of fabi-testet-cache ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you...
- Deployer Version: 7.2.0 - Deployment OS: Ubuntu 20.04 LTS The Bugsnag API changed and the old API Endpoint is not reachable anymore: ``` [staging] Deployer\Exception\HttpieException in Httpie.php on line...
Fixed typo "in" to "if". - [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added?...
- Deployer version: 7.1.3 - Deployment OS: Windows and Mac Please, provide a minimal reproducible example of deploy.php it can be any deploy.php which uses the default "deploy:release" task Steps:...
This is a quick proof of concept for this discussion/idea: https://github.com/deployphp/deployer/discussions/3475 It extends the existing include() function, so that URLs can be included in the deploy.php file. Also files from...