While hosting on linux is possible to connect the local disc lets where the codes are done say via SSH and sync it with hosting platform
@Abhiram Shibu
U can mount the remote disk with SSHFS, or you can use remote development platform of vscode. You can also try rsync.
In co-operates, there will be a CI/CD system which is linked to git, it can be github/gerrit, from which code is tested and validated then deployed in the production machine.
1 Like