deploy-loopslive-web

0.11.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i deploy-loopslive-web

Weekly Downloads

2

Version

0.11.0

License

ISC

Unpacked Size

8.48 kB

Total Files

6

Last publish

Collaborators

  • nuluf