Skip to content

Commit d9a9620

Browse files
authored
Add files via upload
1 parent 247eb68 commit d9a9620

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
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+
17
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
2-
sh build-site.sh
8+
sh build-site.sh

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[[integrations]]
22
name = "snooty-cache-plugin"
33

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.
47
[build]
58
publish = "snooty/public"
69
command = ". ./build.sh"

0 commit comments

Comments
 (0)