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.
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.