0.11.0 • Published 4 years ago

deploy-loopslive-web v0.11.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Deploy Cli

NPM version Downloads

Description

Deploy your static website by one line command

Installation

Install with npm

npm install -g deploy-loopslive-web

Usage :

  • 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/pro

Simple

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

4 years ago

0.10.4

4 years ago

0.10.2

4 years ago

0.10.3

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago