diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..f4a1c05 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build] +publish="site" +command=""" +set -e +curl -fsSL https://deno.land/x/install/install.sh | sh +/opt/buildhome/.deno/bin/deno task build +"""