the statusphere demo reworked into a vite/react app in a monorepo

add railway deployment workflow

graham.systems 6deb7d49 7a081499

verified
+17
+17
.tangled/workflows/deploy.yml
··· 1 + # Set the following secrets in your repo's pipeline settings: 2 + # RAILWAY_TOKEN 3 + # RAILWAY_SERVICE_ID 4 + 5 + when: 6 + - event: ["manual"] 7 + branch: ["main"] 8 + 9 + engine: "nixery" 10 + 11 + dependencies: 12 + nixpkgs: 13 + - railway 14 + 15 + steps: 16 + - name: Deploy to Railway 17 + run: railway up --service=$RAILWAY_SERVICE_ID