I try to deploy with:
curl -H "Content-Type: application/zip" \
-H "Authorization: Bearer 5c0....." \
--data-binary "@public.zip" \
https://api.netlify.com/api/v1/sites/elmalabarista.netlify.com/deploys
{"id":"5ee2ecb7d464fd9535ef36d8","site_id":"08819d6d-2db8-441d-9acd-87c684ee1e27"
and according to logs, it work. The live preview show ok(https://5ee2ecb7d464fd9535ef36d8--elmalabarista.netlify.app), but the prod site( https://elmalabarista.netlify.app) not get updated.