capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
354 stars 65 forks source link

Uploads linked dirs #89

Open Arthur-min opened 6 years ago

Arthur-min commented 6 years ago

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.