Updates the deploy.yml
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user