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 a0b3a96 commit 6a36c73Copy full SHA for 6a36c73
build.sh
@@ -3,5 +3,6 @@ if [ -f build-site.sh ]; then
3
rm build-site.sh
4
fi
5
6
+
7
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
-sh build-site.sh
8
+sh build-site.sh
netlify.toml
@@ -1,6 +1,9 @@
1
[[integrations]]
2
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.
[build]
publish = "snooty/public"
9
command = ". ./build.sh"
0 commit comments