From 47a4ba4d059e3b610139a38df26688d413a79028 Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Sun, 12 Mar 2017 16:31:48 -0700 Subject: [PATCH] img --- docs/_providers/gcloud.md | 2 +- .../{gcloud-json.PNG => gcloud-json-screen.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/assets/{gcloud-json.PNG => gcloud-json-screen.png} (100%) diff --git a/docs/_providers/gcloud.md b/docs/_providers/gcloud.md index 07c5d2c8a..1d64273d5 100644 --- a/docs/_providers/gcloud.md +++ b/docs/_providers/gcloud.md @@ -50,7 +50,7 @@ D("example.tld", REG_NAMECOM, DnsProvider(GCLOUD), 1. Go to your app-engine console and select the appropriate project. 2. Go to "API Manager > Credentials", and create a new "Service Account Key" - New Service Account + New Service Account 3. Choose an existing user, or create a new one. The user requires "App Engine Admin" rights. 4. Download the JSON key and copy it into your `creds.json` under the name of your gcloud provider. \ No newline at end of file diff --git a/docs/assets/gcloud-json.PNG b/docs/assets/gcloud-json-screen.png similarity index 100% rename from docs/assets/gcloud-json.PNG rename to docs/assets/gcloud-json-screen.png