diff --git a/scripts/stork-netlify.sh b/scripts/stork-netlify.sh index 60ffa2e..e2ce29d 100755 --- a/scripts/stork-netlify.sh +++ b/scripts/stork-netlify.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash -curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable -# curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable +# curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable +# curl https://files.stork-search.net/releases/v1.4.3/stork-macos-latest -o stork-executable + +curl https://files.stork-search.net/releases/v1.4.2/stork-amazon-linux -o stork-executable +# curl https://files.stork-search.net/releases/v1.4.2/stork-macos-10-15 -o stork-executable + chmod +x stork-executable ./stork-executable build --input stork.toml --output search-index.st