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

Hey there, Previously, there was a `git_recursive` option available in `deploy:update_code`, but that was [removed in March](https://github.com/deployphp/deployer/commit/a200c1f9b0159c30ae846c28b84b9a306f611fd7#diff-603dddef04f285d9a2ff024cb7bbe3d8c242011d0f7bca49a00446d769033325) :( Why is this removed? Can it be restored? Thanks in advance! PS:...

feature

- Deployer version: v7.0.0-rc.9 - Deployment OS: Ubuntu 20.4 Is there a replacement, or private tasks are no longer supported? https://deployer.org/docs/7.x/UPGRADE#step-1-update-deployphp

docs needed

## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund this issue. - We receive the funding once the issue is completed & confirmed by...

feature

## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund this issue. - We receive the funding once the issue is completed & confirmed by...

feature

- Deployer version: 7.0.0-rc.4 ``` task deploy:release task deploy:update_code [prod] error in update_code.php on line 84: [prod] run export GIT_TERMINAL_PROMPT='0' GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=accept-new'; cd ~/application/prod/.dep/repo && (/usr/local/cpanel/3rdparty/lib/path-bin/git remote update 2>&1)...

docs needed

- Deployer version: 6 - Deployment OS: CentOS My project keeps two releases (I'll attach my `deploy.php` file), I've got a custom task which checks using the `has` method provided...

It will fix following Zend exception after successful deployment: Fatal error: Uncaught Zend_Cache_Exception: cache_dir "/path/to/www/releases/7/var/page_cache" is not writable in /path/to/www/releases/7/vendor/magento/zendframework1/library/Zend/Cache.php:209 This exception does not occur on every environment, as always,...

It's trival case, but confusing. When SSH waiting for password Deployer 6 prints `Password: ` Deployer 7 prints ` ⠇ word: ⠴` with rolling animations... - Deployer version: 7.0.0-rc.8 `$...

https://github.com/deployphp/deployer/blob/8e4366bb42f10421ea0aacc93f7bab59cf29d6ed/recipe/deploy/update_code.php#L95 I must add '-f config' to get correct result. ``` $git config -f config --get remote.origin.url ``` ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote...

bug

@antonmedv Not sure if this would work but around here in the `SelectCommand` https://github.com/deployphp/deployer/blob/42734c5f352e04279097fde6f4cc9182e342755b/src/Command/SelectCommand.php#L56 Could we have a hook to provide a default selector? I'd sure enough set it to...

feature