tangled
alpha
login
or
join now
cass.cityboundforest.com
/
cityboundforest.com
0
fork
atom
A repo for my personal website
0
fork
atom
overview
issues
pulls
pipelines
wondering if this will work
cass.cityboundforest.com
7 months ago
364622b3
a29194f9
0/1
netlify.yaml
failed
16s
+1
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
netlify.yaml
+1
-5
.tangled/workflows/netlify.yaml
···
23
23
command: "npm run build"
24
24
environment:
25
25
NODE_ENV: "production"
26
26
-
- name: "test"
27
27
-
command: "pwd"
28
26
- name: "Deploy"
29
29
-
command: "npx netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=dist"
30
30
-
environment:
31
31
-
NODE_ENV: "development"
27
27
+
command: "curl -X POST -d '{}' $NETLIFY_BUILD_HOOK"