Y
Hacker News
new
|
ask
|
show
|
jobs
by
uola
3515 days ago
Why not use git?
3 comments
codedokode
3514 days ago
Git deployment requires you to make commits. I prefer having a find + rsync based script that finds modified files and uploads them via SSH.
link
eugeneionesco
3515 days ago
How can I use git to connect remotely to a server and edit a file?
link
Already__Taken
3515 days ago
Sometimes your cheap shared hosts don't have git on the other end.
link
tonyplee
3515 days ago
You should try Digital Ocean $5/month. Have root access, etc.
Is there a shared host cheaper than that?
link
vially
3514 days ago
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).
link
tonyplee
3514 days ago
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.
link