Recursive directories and subdirectories do not get deployed
Open
bug
help wanted
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If we have a source directory that has subdirectories with files, these subdirectories do not get deployed. In fact, only the top-level files get deployed to the server in question.
We should walk the entire subtree of our source directory to maintain the directory structure on the target server.
Contributor guide
Assessment
This issue has not been assessed yet.