I'm using Capifony to deploy a symfony 2 application, but i got the following error :
executing "ln -nfs /home/mypath/shared/ /home/mypath/releases/20150902151722/"
servers: ["MY.IP.NU.BER"]
[MY.IP.NU.BER] executing command
** [out :: MY.IP.NU.BER] ln:
** [out :: MY.IP.NU.BER] target ‘/home/mypath/releases/20150902151722/’ is not a directory
** [out :: MY.IP.NU.BER] : No such file or directory
** [out :: MY.IP.NU.BER]
I have already run cap deploy:setup successfully.
Then Capifony rolls back after this error... What might cause this error ?