Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

How do I link my locally programmed website with Linux hosting

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
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.
 
  • Like
Reactions: pr0ph3t