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

Configure Feed

Select the types of activity you want to include in your feed.

add railway deployment workflow

+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