Hello.
I have a big project made in PHPR 10.4. When i need to upload any change to the production server i do it through git (gitlab). Due to company policies the FTP service is not available.
I have the repository in the output folder. My question is if i migrate the project to the PHPR 10.5 and i move the repository (.git) into the output folder, would I have some problem when push and deploy the new code and files?
Thanks for your help.