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.
2 parents 558dd19 + 3276350 commit 81e50bbCopy full SHA for 81e50bb
build.sh
@@ -0,0 +1,7 @@
1
+# ensures that we always use the latest version of the script
2
+if [ -f build-site.sh ]; then
3
+ rm build-site.sh
4
+fi
5
+
6
+curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
7
+sh build-site.sh
netlify.toml
@@ -0,0 +1,9 @@
+[[integrations]]
+name = "snooty-cache-plugin"
+# Production context: all deploys from the Production branch
+# set in your site’s Branches settings in the UI will inherit
+# these settings.
+[context.production]
8
+publish = "snooty/public"
9
+command = ". ./build.sh"
0 commit comments