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

yep

+3
+3
.tangled/workflows/netlify.yml
··· 6 7 dependencies: 8 nixpkgs: 9 - deno 10 - rsync 11 - netlify-cli ··· 13 steps: 14 - name: "Build output" 15 command: "deno task build-prod" 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"