Added push-to-live command.

This commit is contained in:
John Shaver 2017-08-12 21:13:52 -07:00
parent 1917f572b2
commit ef763fe67e
1 changed files with 2 additions and 1 deletions

View File

@ -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"