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.

remove environment flag from railway command

+1 -5
+1 -5
.tangled/workflows/deploy.yml
··· 23 23 echo "Error: RAILWAY_SERVICE_ID is not set or empty" 24 24 exit 1 25 25 fi 26 - 27 - echo "RAILWAY_TOKEN and RAILWAY_SERVICE_ID are configured" 28 26 - name: Deploy to Railway 29 27 command: | 30 - railway up --ci \ 31 - --service="$RAILWAY_SERVICE_ID" \ 32 - --environment="production" 28 + railway up --ci --service="$RAILWAY_SERVICE_ID"