Skip to content

Commit 6a36c73

Browse files
authored
Add files via upload
1 parent a0b3a96 commit 6a36c73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ if [ -f build-site.sh ]; then
33
rm build-site.sh
44
fi
55

6+
67
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
7-
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)