Skip to content

Commit

Permalink
link to pages env var doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephraim-G committed Apr 29, 2024
1 parent 8f872a8 commit 7903a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _kbarticlespages/repository-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A repository does *not need* to be public in order for Pages to be able to build

#### Pros
- Test/Make changes to a website without exposing commits to the public
- Safeguard sensitive data such as API keys, access tokens or other credentials in any configuration files by storing them as environment variables in `config.yml` for Jekyll sites or using `dotenv` to load values from a separate `.env` file for 11ty, Gatsby and Node.js websites as an additional layer of privacy.
- Safeguard sensitive data such as API keys, access tokens or other credentials by [using environment variables](https://cloud.gov/pages/documentation/env-vars-on-pages-builds/) in the build runtime.
*Websites on Pages are all published publicly, user's configuration settings and static site build engine factor into what is included in the site build output.*

#### Cons
Expand Down

0 comments on commit 7903a40

Please sign in to comment.