Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion appengine/app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
runtime: python27
runtime: python
api_version: 1
env: flex
threadsafe: true

runtime_config:
python_version: 2

handlers:
- url: /assets
static_dir: assets
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GitHub.
1. Go to https://console.cloud.google.com/projectselector/iam-admin/serviceaccounts and create a Service Account in your project.
2. Download the json file.
3. Upload replacing the file in the `credentials` directory.

4. Make sure the Service Account is allowed to access Google Search Console resources (https://search.google.com/u/1/search-console/users?resource_id={your_website}), use 'Add User' button and email address provided by Google under Service Accounts section

### 4. Deploy to App Engine

Expand Down