Closed danwetherald closed 2 months ago
looks like storage
is not being copied over. both your .gitignore and .dockerignore should contain these instructions:
/storage/*
!/storage/.keep
and your storage
dir should have a .keep
file
I'm gonna go ahead and close this one, please reopen if the issue persists
We are seeing issue when trying to deploy to fly from GH Actions - Why is the storage directory included in this generated line?