I have a folder that contains files for a static website like:
/site/index.html
/site/css/css.css
/site/js/js.js
/site/images/...
If I update something on my laptop, I want a single command to send the files off to my ubuntu server. I don't want to setup FTP on it if I don't have too, wondering if scp would be able to handle this?