symfony icon indicating copy to clipboard operation
symfony copied to clipboard

Uploads linked dirs

Open Arthur-min opened this issue 6 years ago • 0 comments

Hello,

I'm on the 1.0.0rc3 release and I have a problem with the uploads symbolic link :

Linked dirs config: set :linked_dirs, fetch(:linked_dirs, []).push( 'vendor', fetch(:web_path) + "/uploads", fetch(:web_path) + "/media", )

During the deployment, deploy:symlink:linked_dirs step do not make a ln - s /home/...../shared/web/uploads /home/...../releases/20180314000000/web/uploads but make it for the /media folder.

Configuration seems to be exactly the same between media and uploads but not working the same way.

Does anyone have an idea?

Thank you.

Arthur-min avatar Mar 14 '18 15:03 Arthur-min