A stream.place client in a single index.html

cmon

+2 -2
+2 -2
.tangled/workflows/deploy.yml
··· 13 dependencies: 14 # nixpkgs 15 nixpkgs: 16 - - nodejs 17 18 environment: 19 RAILWAY_PROJECT_ID: "f96d3e54-4b3b-4837-a716-c7374715322f" ··· 22 23 steps: 24 - name: Install Railway CLI 25 - command: bash <(curl -fsSL cli.new) 26 - name: Link 27 command: railway link -p $RAILWAY_PROJECT_ID -e $RAILWAY_ENVIRONMENT_ID -s $RAILWAY_SERVICE_ID --json 28 - name: Deploy
··· 13 dependencies: 14 # nixpkgs 15 nixpkgs: 16 + - rust 17 18 environment: 19 RAILWAY_PROJECT_ID: "f96d3e54-4b3b-4837-a716-c7374715322f" ··· 22 23 steps: 24 - name: Install Railway CLI 25 + command: cargo install railwayapp --locked 26 - name: Link 27 command: railway link -p $RAILWAY_PROJECT_ID -e $RAILWAY_ENVIRONMENT_ID -s $RAILWAY_SERVICE_ID --json 28 - name: Deploy