Skip to content

Commit

Permalink
feat: corrected ci steps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane authored May 22, 2021
1 parent d2f01f6 commit 357b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The image below shows the architecture of these serverless functions in connecti

The serverless functions within this project are managed using [netlify-dev](https://www.netlify.com/products/dev/). Start the functions emulator from the `netlify` directory using `yarn netlify-dev` to listen for requests to any of created functions on port `5050`.

Credentials within this project are managed using environment variables and [GitHub Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets). To run the functions here locally using the `netlify dev` command, create a `.env` file in the root directory with the following values;
All credentials within this project are managed using environment variables and [GitHub Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets). To run the functions here locally using the `netlify dev` command, create a `.env` file in the root directory with the following values;

```
STRIPE_TEST_KEY=STRIPE_KEY
Expand Down

0 comments on commit 357b973

Please sign in to comment.