Skip to content

Commit 65dd8cc

Browse files
Add Netlify configuration filese via upload
1 parent 360427b commit 65dd8cc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[integrations]]
2+
name = "snooty-cache-plugin"
3+
4+
[build]
5+
publish = "snooty/public"
6+
command = ". ./build.sh"

0 commit comments

Comments
 (0)