Open DrewTJohnson opened 1 week ago
Buddy throws an error on first time creation because the releases folder doesn't exist. Buddy uploads unnecessary files, such as node_modules and storage when the pipeline is ran for the first time.
releases
node_modules
storage
cpresources is also on the list of unnecessary folders that are uploaded
cpresources
The issue
Buddy throws an error on first time creation because the
releases
folder doesn't exist. Buddy uploads unnecessary files, such asnode_modules
andstorage
when the pipeline is ran for the first time.