Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've been publishing stuff on the web for years using just a simple scp.


And if you need versioning, just create a git repository on the remote server.

    rsync -a ~/blog/ user@host:~/blog && \
    ssh user@host 'cd ~/blog && git add --all . && git commit -m "udpate"'


Shouldn't one not version-control the build-output?


Or rsync...


scp is useful as always.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: