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 682c44d commit 3496579Copy full SHA for 3496579
build.sh
@@ -0,0 +1,2 @@
1
+curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
2
+sh build-site.sh
netlify.toml
@@ -0,0 +1,9 @@
+[[integrations]]
+name = "snooty-cache-plugin"
3
+
4
+# Production context: all deploys from the Production branch
5
+# set in your site’s Branches settings in the UI will inherit
6
+# these settings.
7
+[context.production]
8
+publish = "snooty/public"
9
+command = ". ./build.sh"
0 commit comments