https://domlink.deployments.hotsocket.fyi/

yep

+3
+3
.tangled/workflows/netlify.yml
··· 6 6 7 7 dependencies: 8 8 nixpkgs: 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 + - name: "Apply workaround for Netlify CLI to work" 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"