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
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
netlify.yml
+3
.tangled/workflows/netlify.yml
···
6
7
dependencies:
8
nixpkgs:
0
9
- deno
10
- rsync
11
- netlify-cli
···
13
steps:
14
- name: "Build output"
15
command: "deno task build-prod"
0
0
16
- name: "Push to Netlify"
17
command: "netlify deploy --prod --site=domlink --dir=out"
···
6
7
dependencies:
8
nixpkgs:
9
+
- coreutils
10
- deno
11
- rsync
12
- netlify-cli
···
14
steps:
15
- name: "Build output"
16
command: "deno task build-prod"
17
+
- name: "Apply workaround for Netlify CLI to work"
18
+
command: "sh -c 'echo root:*:0:0:root:/root:/bin/bash > /etc/passwd'"
19
- name: "Push to Netlify"
20
command: "netlify deploy --prod --site=domlink --dir=out"