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 - name: Deploy to Railway
# Added --verbose to see the real error # Added --verbose to see the real error
run: | run: |
npm install @railway/cli curl -fsSL https://railway.app/install.sh | sh
npx railway whoami
npx railway up --ci --service "runner-bridge" --verbose # 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: env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }} RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}