Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Added note, Now v1 deployments are not available. #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/guide/11-deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Sapper apps run anywhere that supports Node 8 or higher.

### Deploying to Now

Update: The instructions below are for the legacy Now v1 platform only and will not work on v2.

We can very easily deploy our apps to [Now][]:

```bash
Expand Down Expand Up @@ -59,4 +61,4 @@ When deploying to [Now][], you can pass the environment variable into Now itself
now -e SAPPER_TIMESTAMP=$(date +%s%3N)
```

[Now]: https://zeit.co/now
[Now]: https://zeit.co/now