0.11.0 • Published 5 years ago
deploy-loopslive-web v0.11.0
Deploy Cli
Description
Deploy your static website by one line command
Installation
Install with npm
npm install -g deploy-loopslive-webUsage :
- init project
deploy-loopslive-web init- config deploy.dev.conf/deploy.pro.conf
{
"name": "project name",
"host": "Hostname or IP address of the server",
"port": "Port number of the server",
"username": "Username for authentication",
"password": "Local path to password",
"remotePath": "Remote path",
"dist": "local path"
}- deploy
npm run deploy:pre/proSimple
{
"name": "project name",
"host": "120.78.194.223",
"port": 22,
"username": "lun",
"password": "/Users/chris/.ssh/pwd",
"remotePath": "/var/www",
"remoteDir": "targe",
"dist": "./dist"
}License
ISC
0.11.0
5 years ago
0.10.4
5 years ago
0.10.2
5 years ago
0.10.3
5 years ago
0.10.1
5 years ago
0.10.0
5 years ago
0.1.8
5 years ago
0.1.9
5 years ago
0.1.7
5 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago