comando upload
This commit is contained in:
parent
c324a6954d
commit
1c6767c8e0
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "eleventy",
|
||||
"serve": "eleventy --serve"
|
||||
"serve": "eleventy --serve",
|
||||
"upload": "scp -J root@dorsiblanco.lan.nulo.in -P2223 -r _site/* root@localhost:/data/nulex/"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
Loading…
Reference in a new issue