Deploying

Deploying on Zeit Now is very easy:

  1. Change your working directory to now and execute the command:
$ now --docker --public
  1. In the Terminal window, the tool will report its progress and the URL from which you can access your now published app:
> Deploying C:\dev\local-weather-app\web-app\now under duluca> Ready! https://xxxxxxxxxxxxx.now.sh [3s]> Initializing...> Building> ▲ docker buildSending build context to Docker daemon 2.048 kBkB> Step 1 : FROM duluca/localcast-weather> latest: Pulling from duluca/localcast-weather...> Deployment complete!
  1. Navigate to the URL listed on the second line and verify the publication of your app.

Note that if you've made a configuration error along the way, your browser may display an error ...

Get Angular 6 for Enterprise-Ready Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.