This commit is contained in:
2026-03-03 12:21:44 -05:00
parent 51b7d51ff2
commit 69f59c05c9

View File

@@ -14,6 +14,11 @@ jobs:
- name: Install Railway CLI
run: npm i -g @railway/cli
- name: Check Token Presence
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
- name: Deploy to Railway
# Added --verbose to see the real error
run: railway up --ci --service "runner-bridge" --verbose