From 61797bf38265ca7680ca3027b0715caaa8a03afa Mon Sep 17 00:00:00 2001 From: Raees Iqbal <10067728+raeesbhatti@users.noreply.github.com> Date: Fri, 7 Sep 2018 15:36:28 +0500 Subject: [PATCH] Add accountId and zoneId instructions to deploying guide --- docs/providers/cloudflare-workers/guide/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/cloudflare-workers/guide/deploying.md b/docs/providers/cloudflare-workers/guide/deploying.md index 2910dc74d..29ccf61b8 100644 --- a/docs/providers/cloudflare-workers/guide/deploying.md +++ b/docs/providers/cloudflare-workers/guide/deploying.md @@ -15,7 +15,7 @@ The Serverless Framework was designed to provision your Cloudflare Workers Funct ## prerequisites -In order to deploy your Cloudflare Worker, you need to set your Cloudflare email as an environmental variable called `CLOUDFLARE_AUTH_EMAIL`, and your Cloudflare Global API Key as an environmental variable called `CLOUDFLARE_AUTH_KEY`. +In order to deploy your Cloudflare Worker, you need to set your Cloudflare email as an environmental variable called `CLOUDFLARE_AUTH_EMAIL`, and your Cloudflare Global API Key as an environmental variable called `CLOUDFLARE_AUTH_KEY`. You will also need to set `accountId` and `zoneId` in `serverless.yml` under `service.config`, the first part of the path when you open [Cloudflare dashboard] as a logged in user is your `accountId`, e.g. `dash.cloudflare.com/{accountId}`. And the `zoneId` can be found from the overview tab after selecting the desired zone from the [Cloudflare dashboard](https://dash.cloudflare.com/). Environmental variables are variables that live inside your terminal.