capistrano / capistrano/symfony
Uploads linked dirs
- Dominant language
- Ruby
- Stars
- 353
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the deploy:symlink:linked_dirs step and compare how the shown uploads and media entries are handled during deployment. Reproduce the configuration and inspect the deployment output; done means the uploads symlink is created alongside the media symlink.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100