add initial netlify.toml

This commit is contained in:
Deniz Akşimşek 2022-11-11 03:09:20 +03:00
parent a8c554f454
commit 71c9cc1ba6

7
netlify.toml Normal file
View File

@ -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
"""