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