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 237 deployer issues
Sort by recently updated
recently updated
newest added
trafficstars

- Deployer version: ^7.4 - Deployment OS: I'm trying to deploy to multiple folders at once on my single server. I'm experiencing when I run `deploy:unlock` intermittently: ``` [ip/site1] error...

- Deployer version: 7.4.0 - Deployment OS: Ubuntu 22 ```php

Maybe let's add `IgnoreHostException` to ignore current host? _Originally posted by @antonmedv in https://github.com/deployphp/deployer/discussions/2883#discussioncomment-9524342_ ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund this...

feature

Syntax in recipe docs like this ``` `{{static_content_locales}}` ``` gets converted by `bin/docgen` to this for the docs ``` `[static_content_locales](/docs/recipe/magento2.md#static_content_locales)` ``` Maybe it could make sense to only expand curly...

bug

Since https://github.com/deployphp/deployer/commit/d34b80f3f2b11d438a6fec3a9f5d7151d7190670 through https://github.com/deployphp/deployer/pull/3816 the automatic docs generation commit change the following line from ``` * [deploy:update_code](/docs/recipe/deploy/update_code.md#deployupdate_code) – Updates code ``` to ``` * [deploy:update_code](/docs/recipe/shopware.md#deployupdate_code) – ``` for all recipes,...

- Deployer version: 7.4.0 - Deployment OS: Ubuntu 24.04 LTS ```

- Deployer version: 7.4 - Deployment OS: Ubuntu 18.04 Hi everyone I ran into an issue today when I was upgrading an old project from deployer version 6 to version...

I recently started using Deployer 7.4 as a replacement for Fabric as my deployment tool, but I've noticed a delay of 1-5 seconds when executing tasks. After some investigation, I...

- Deployer version: v7.3.3 - Deployment OS: Mac 14.5 / Docker - Docker version 27.1.1, build 6312585 Get error when try to deploy to ssh: `[dev] muxserver_listen: link mux listener...

I've recently switched to using the official [Deployer GitHub Action](https://github.com/deployphp/action), but this broke my deployment. The action will download Deployer as a .phar from deployer.org, while our old CI setup...

bug