From 71c9cc1ba69e87d80506ed7fcbd0f87123d12468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20Ak=C5=9Fim=C5=9Fek?= Date: Fri, 11 Nov 2022 03:09:20 +0300 Subject: [PATCH] add initial netlify.toml --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 netlify.toml 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 +"""