Skip to content

Commit

Permalink
Explain how to set up UptimeRobot API key on each environment
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Nov 27, 2024
1 parent a05b220 commit 60aa792
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The website that presents Open Terms Archive to the general public.

### Environment variables

Copy the `.env.example` file to `.env` and set the `UPTIMEROBOT_API_KEY` environment variable.
Set the `UPTIMEROBOT_API_KEY` environment variable:

1. Locally: copy the `.env.example` file to `.env` and set the value
2. On GitHub: Repository Settings → Secrets and variables → Actions → New repository secret
3. On Netlify: Site configuration → Environment variables → Add a variable

### Dependencies

Expand Down

0 comments on commit 60aa792

Please sign in to comment.