Skip to content

Commit

Permalink
Use correct env file name. Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored Jul 22, 2019
1 parent 829af1f commit 51f63d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ After creating an API key, enable these APIs:

### Deploy

You must create a `secret.env` with your API Key:
You must create a `.env.yaml` with your API Key:

```env
API_KEY=AIsdfyCnTEiLTroDN14NTtpPm1n7jrBR844ID4A
Expand All @@ -74,4 +74,4 @@ You can deploy this project to Google Cloud Functions by running the following s
```sh
gcloud config set project $MY_PROJECT
sh deploy.sh
```
```

0 comments on commit 51f63d8

Please sign in to comment.