After updating to 3.5.12 project config changes are not applied as config (.yaml) files are being removed if running php craft off before php craft project-config/apply
config/project/section/ directory get new config file for section. php craft off and see the new file disappear.Downgrading to 3.5.11.1 fixes the problem. Creating a new single section in 3.5.11.1 and running php craft off before php craft project-config/apply for applying changes in the same production environment works as expected.
Reverting changes made in 502dde852e361ebc69a81cb75a4a1c9df115dc1d solves this, but reopens previous issue #6913 then.
Thanks for reporting that! Just fixed for the next release.
Craft 3.5.13 is out now with that fix.
Craft 3.5.13 is out now with that fix.
Just tested, deployment is running silky smooth again. Thanks ✨