tangled
alpha
login
or
join now
seth.computer
/
sethetter.com
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
add netlify build and config
seth.computer
2 years ago
bf095f42
36683f83
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+10
2 changed files
expand all
collapse all
unified
split
netlify-build.sh
netlify.toml
+7
netlify-build.sh
···
1
1
+
#!/usr/bin/env bash
2
2
+
#!/bin/bash
3
3
+
curl -fsSL https://deno.land/x/install/install.sh | sh
4
4
+
export PATH="/opt/buildhome/.deno/bin:$PATH"
5
5
+
deno task cache
6
6
+
deno task build
7
7
+
exit 0
+3
netlify.toml
···
1
1
+
[build]
2
2
+
command = "./netlify-build.sh"
3
3
+
publish = "_site"