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 # Added --verbose to see the real error
run: | run: |
curl -fsSL https://railway.app/install.sh | sh curl -fsSL https://railway.app/install.sh | sh
# 3. Use the absolute path to the binary # 3. Use the absolute path to the binary
export PATH=$PATH:/root/.railway/bin export PATH=$PATH:/root/.railway/bin
echo "Checking version..." echo "Checking version..."
railway --version railway --version
echo "Deploying to Railway..." echo "Deploying to Railway..."
railway up --ci --service "runner-bridge" --verbose railway up --ci --service "runner-bridge" --verbose
env: env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }} RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}