Done
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user