From c09acc1cca0a19a1cd2582962cd8c485840c4b7d Mon Sep 17 00:00:00 2001 From: Greg M <2651311+mccarvell@users.noreply.github.com> Date: Wed, 6 Feb 2019 15:59:21 -0500 Subject: [PATCH] Added note, Now v1 deployments are not available. --- content/guide/11-deploying.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/guide/11-deploying.md b/content/guide/11-deploying.md index e1274b1..61b8b88 100644 --- a/content/guide/11-deploying.md +++ b/content/guide/11-deploying.md @@ -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 @@ -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 \ No newline at end of file +[Now]: https://zeit.co/now