last try for today

This commit is contained in:
2026-03-03 12:27:34 -05:00
parent 69f59c05c9
commit ec69d1d690

View File

@@ -21,6 +21,6 @@ jobs:
- name: Deploy to Railway
# Added --verbose to see the real error
run: railway up --ci --service "runner-bridge" --verbose
run: npx @railway/cli up --ci --service "runner-bridge" --verbose
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}