Hacker News new | ask | show | jobs
by uola 3515 days ago
Why not use git?
3 comments

Git deployment requires you to make commits. I prefer having a find + rsync based script that finds modified files and uploads them via SSH.
How can I use git to connect remotely to a server and edit a file?
Sometimes your cheap shared hosts don't have git on the other end.
You should try Digital Ocean $5/month. Have root access, etc.

Is there a shared host cheaper than that?

I don't know if there is any shared host cheaper than that (I suppose there are but I'm too lazy to check right now), but sometimes the appeal in using a shared host is in some of their features which you don't get in a VPS (e.g.: cpanel).
Also be very careful, with "Dirty COW" hack, anyone can become root as long as they can run their own binary on any shared host.