Updates the deploy.yml
This commit is contained in:
@@ -26,13 +26,13 @@ jobs:
|
||||
# Added --verbose to see the real error
|
||||
run: |
|
||||
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 "Deploying to Railway..."
|
||||
echo "Deploying to Railway..."
|
||||
railway up --ci --service "runner-bridge" --verbose
|
||||
env:
|
||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user