Added push-to-live command.
This commit is contained in:
parent
1917f572b2
commit
ef763fe67e
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"description": "My portfolio website",
|
"description": "My portfolio website",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"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",
|
"author": "john@jshaver.net",
|
||||||
"license": "UNLICENSED"
|
"license": "UNLICENSED"
|
||||||
|
|
Loading…
Reference in a new issue