We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9091108 commit 662b661Copy full SHA for 662b661
.example-env
@@ -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
@@ -1,7 +1,7 @@
{
"name": "@quarva/netlify-plugin-sitrep",
"version": "0.0.4",
- "description": "A Netlify build plugin to display debug information in dev or staging environments",
+ "description": "A Netlify build plugin that injects build and deploy information into the DOM for debugging.",
"main": "index.js",
"scripts": {
"build": "netlify-build"
0 commit comments