This commit is contained in:
2026-03-03 20:12:15 +00:00
parent 4ba970649a
commit 8753b8e59c

View File

@@ -25,8 +25,14 @@ jobs:
- name: Deploy to Railway
# Added --verbose to see the real error
run: |
npm install @railway/cli
npx railway whoami
npx railway up --ci --service "runner-bridge" --verbose
curl -fsSL https://railway.app/install.sh | sh
# 3. Use the absolute path to the binary
export PATH=$PATH:/root/.railway/bin
echo "Checking version..."
railway --version echo "Attempting login check..."
railway whoami
railway up --ci --service "runner-bridge" --verbose
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}