Added push-to-live command.

This commit is contained in:
John Shaver 2017-08-12 21:13:52 -07:00
джерело 1917f572b2
коміт ef763fe67e
1 змінених файлів з 2 додано та 1 видалено

@ -4,7 +4,8 @@
"description": "My portfolio website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"push-to-live": "rsync -rv --progress ./ do:/var/www/jshaver_net"
},
"author": "john@jshaver.net",
"license": "UNLICENSED"