Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry authored Aug 29, 2024
1 parent 55c2c40 commit 7f51117
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ensures that we always use the latest version of the script
if [ -f build-site.sh ]; then
rm build-site.sh
fi


curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
sh build-site.sh
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[[integrations]]
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"
command = ". ./build.sh"

0 comments on commit 7f51117

Please sign in to comment.