Я пытаюсь развернуть приложение Symfony с помощью Easy Deploy Bundle.
Но после запуска команды php bin/console deploy stable
ошибка occuerd:
The command "cd D:\MySymfonyApp && where ssh" failed.
Exit Code: 1(General error)
Working directory: D:\MySymfonyApp
Output:
================
Error Output:
================
INFO: Could not find files for the given pattern(s).
Конфигурация ssh, по моему мнению, в порядке. (cd D:\MySymfonyApp && where ssh
возвращает C:\Windows\System32\OpenSSH\ssh.exe
Я пытаюсь запустить это в Windows 10. (symfony 4.1)