A stream.place client in a single index.html

cmon

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