Deploy your project through now.sh

Cli

Installation

1
npm install -g now

Basic usage

1
2
3
4
5
6
7
8
9
10
11
12
13
# default deploy
now
now login
now logs [url]

# deploy on docker
now --docker
now --npm
now --static


# [Deploying multiple paths at once]https://zeit.co/docs/features/now-cli#deploying-multiple-paths-at-once
now ./index.html ./dist/build.js --docker

Reference

https://zeit.co/now