A stream.place client in a single index.html

Automagically deploy to railway

+13
+13
.tangled/workflows/deploy.yml
···
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + # nixpkgs 9 + nixpkgs/nixpkgs-unstable: # - gcc 10 + - railway 11 + steps: 12 + - name: Deploy to Railway 13 + command: railway up --environment ${RAILWAY_ENVIRONMENT_ID} --service ${RAILWAY_SERVICE_ID} --ci