Configure for deployment with zeit now (#1308)

I'm experimenting with Zeit Now as another hosting option. These changes enable a working deployment.
This commit is contained in:
Paul Melnikow
2017-12-04 18:25:16 -05:00
committed by GitHub
parent 1eedd458b8
commit 9882a44e56
6 changed files with 45 additions and 3 deletions

View File

@@ -104,6 +104,17 @@ machine.
[shields.example.env]: ../shields.example.env
Zeit Now
--------
To deploy using Zeit Now:
```console
npm run build # Not sure why, but this needs to be run before deploying.
now
```
Server secrets
--------------