Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jashparekh authored Dec 15, 2021
1 parent 9ecd331 commit ccd7bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
gcp_project: "gcp-us-project"
gcp_region: "us-central1"
cloud_function_name: "function-1"
cloud_function_directory: "directory/project"
cloud_function_directory: "directory/function-code"
```
## Configuration
Expand All @@ -33,7 +33,7 @@ steps:

The name of the GCP project you want to deploy.

Example: `wf-gcp-us-ae-buyfair-dev`
Example: `gcp-us-project`

### `gcp_region` (required, string)

Expand All @@ -51,7 +51,7 @@ Example: `function-1`

The directory in your repository where are you storing the code files for cloud function.

Example: `wf-gcp-project/function-1`
Example: `directory/function-code`

## Secret

Expand Down

0 comments on commit ccd7bb2

Please sign in to comment.