You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
7.5
Target OS
ubuntu
Which PHP version are you using?
PHP 8.1
Content of deploy.php or deploy.yaml
Deploy with upload rsync and empty
become('')
failed.deployer/src/Utility/Rsync.php
Line 70 in 1b0cc4e
if ($host->has("become")) {
must be replaced to
if ($host->has('become') && !empty($host->get('become')) {
like in the
deployer/src/Ssh/SshClient.php
Line 41 in 1b0cc4e
Steps to reproduce
Create deploy with upload rsync and empty
become('')
Beta Was this translation helpful? Give feedback.
All reactions