tangled
alpha
login
or
join now
hotsocket.fyi
/
domlink
0
fork
atom
https://domlink.deployments.hotsocket.fyi/
0
fork
atom
overview
issues
pulls
pipelines
yep
hotsocket.fyi
6 months ago
115ca67e
4ccbf57b
1/1
netlify.yml
success
8s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
netlify.yml
+3
.tangled/workflows/netlify.yml
···
6
6
7
7
dependencies:
8
8
nixpkgs:
9
9
+
- coreutils
9
10
- deno
10
11
- rsync
11
12
- netlify-cli
···
13
14
steps:
14
15
- name: "Build output"
15
16
command: "deno task build-prod"
17
17
+
- name: "Apply workaround for Netlify CLI to work"
18
18
+
command: "sh -c 'echo root:*:0:0:root:/root:/bin/bash > /etc/passwd'"
16
19
- name: "Push to Netlify"
17
20
command: "netlify deploy --prod --site=domlink --dir=out"