How do I add files to shared/storage folder during deployment #3606
Unanswered
rabol
asked this question in
Help needed
Replies: 1 comment
-
It's a shared folder. Copy files in it after deploy:shared via additional task. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Once in a while I create som sample files that user of my website can download.
I store them in /storage/app/public, they are in my git repository but after deployment they are not available 'online'
I tried to add '/storage/app/public/' to the shared[], but that screwed up the whole deployment with this: error:
Beta Was this translation helpful? Give feedback.
All reactions