Im trying to deploy my Symfony App using Easy Deploy Bundle.
But after run command php bin/console deploy stable
error 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).
The ssh config in my opinion is ok. (the cd D:\MySymfonyApp && where ssh
returns C:\Windows\System32\OpenSSH\ssh.exe
I try to run this on Windows 10. (symfony 4.1)