diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c375e54..129982b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,6 @@ jobs: - name: Deploy to Railway # Added --verbose to see the real error - run: railway up --ci --service "runner-bridge" --verbose + run: npx @railway/cli up --ci --service "runner-bridge" --verbose env: RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}