SamKirkland / web-deploy

Deploy your website automatically for free
MIT License
186 stars 30 forks source link

Case sensitive file detection #24

Open JosepeDevs opened 4 months ago

JosepeDevs commented 4 months ago

Dear Sam Kirkland and/or collaborators,

suggestion/feature request:

When calculating diff betwen local and server, if I renamed a file from: fileFavorite.ext

to : fileFAVORITE.ext

the action currently does not recognize the change and leaves the previous file (fileFavorite.ext).

↓ this file was renamed to clientesTABLA.php but this did not recognize the change image

It would be great if by default it is not case sensitive (as I think it is right now), and and option to make it case sensitive, so in my case when deploying the first file would be overwritten with the new file.

Thank you for studying this suggestion. I am very grateful for your effort and this GitHub Action. best regards Josepe