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

try exporting railway token, set service ID statically

graham.systems 24a8ae34 f86c67cd

verified
+2 -4
+2 -4
.tangled/workflows/deploy.yml
··· 31 31 # 32 32 33 33 - name: Deploy to Railway 34 - environment: 35 - RAILWAY_TOKEN: d7f6308c-9687-4bc1-bcf5-127f6f25a459 36 - RAILWAY_SERVICE_ID: 0a1b60d9-2e57-4788-b37f-c6843021b3ea 37 34 command: | 38 - railway up --ci --service="$RAILWAY_SERVICE_ID" 35 + export RAILWAY_TOKEN=$RAILWAY_TOKEN 36 + railway up --ci --service="0a1b60d9-2e57-4788-b37f-c6843021b3ea"