Skip to content

Commit aae3d23

Browse files
branberryjwilliams-mongo
authored andcommitted
Add Netlify configuration (#1789)
* Create netlify.toml * Create build.sh
1 parent 4541fc0 commit aae3d23

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.sh

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

6-
76
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
87
sh build-site.sh

netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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.
74
[build]
85
publish = "snooty/public"
96
command = ". ./build.sh"

0 commit comments

Comments
 (0)