Updates the deploy.yml

This commit is contained in:
2026-03-04 07:39:02 -05:00
parent 1c40833eeb
commit af599be26c

View File

@@ -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 }}