roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

allow to copy subfolders between releases #1364

Closed LucasDemea closed 2 years ago

LucasDemea commented 2 years ago

fix #1026

swalkinshaw commented 2 years ago

Thanks @LucasDemea. I'm guessing you've tried this out and it's working as expected?

LucasDemea commented 2 years ago

I tested it in a project with these settings:

project_copy_folders:
  - vendor
  - web/app/languages
  - web/app/plugins

And it works as expected.

swalkinshaw commented 2 years ago

🎉 I'll test as well, just wanted to make sure it worked for your use case.

swalkinshaw commented 2 years ago

Thanks @LucasDemea