Skip to content

Commit 662b661

Browse files
committed
Adding sample .env file
1 parent 9091108 commit 662b661

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.example-env

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Required when developing locally
2+
# Must be real values retrieved from Netlify
3+
BUILD_SITREP_TOKEN=
4+
SITE_ID=
5+
6+
# These must be present but the values can be arbitrary
7+
BUILD_ID=5f58f7284e7bf70007a00335
8+
DEPLOY_ID=5f58f7284e7bf70007a00337
9+
COMMIIT_REF=625e84ba39ccf4a9fce3068ebc792ba31bb3e756

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@quarva/netlify-plugin-sitrep",
33
"version": "0.0.4",
4-
"description": "A Netlify build plugin to display debug information in dev or staging environments",
4+
"description": "A Netlify build plugin that injects build and deploy information into the DOM for debugging.",
55
"main": "index.js",
66
"scripts": {
77
"build": "netlify-build"

0 commit comments

Comments
 (0)