done
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Railway CLI
|
||||
run: npm i -g @railway/cli
|
||||
run: npm i -g @railway/cli && railway --version
|
||||
|
||||
- name: Check Token Presence
|
||||
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi
|
||||
@@ -21,6 +21,6 @@ jobs:
|
||||
|
||||
- name: Deploy to Railway
|
||||
# Added --verbose to see the real error
|
||||
run: npx @railway/cli up --ci --service "runner-bridge" --verbose
|
||||
run: railway up --ci --service "runner-bridge" --verbose
|
||||
env:
|
||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user