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
Maybe?
cass.cityboundforest.com
7 months ago
c37539d3
01e38bce
0/1
netlify.yaml
failed
12s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
netlify.yaml
+1
-1
.tangled/workflows/netlify.yaml
···
16
16
NODE_ENV: "development"
17
17
CI: "true"
18
18
- name: "Build application"
19
19
-
command: "netlify build"
19
19
+
command: "npm run netlify-build"
20
20
environment:
21
21
NODE_ENV: "production"
22
22
- name: "Deploy"