change token on gitea

This commit is contained in:
2026-03-03 11:56:46 -05:00
parent 5ca19cabc6
commit 6c85d43b3d
3 changed files with 15 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ jobs:
run: npm i -g @railway/cli
- name: Deploy to Railway
run: railway up --ci --service "runner-bridge" --path .
# Added --verbose to see the real error
run: railway up --ci --service "runner-bridge" --verbose
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}

View File

@@ -1 +1,3 @@
target/
.git/
.gitea/

View File

@@ -1,3 +1,11 @@
{
"build": { "builder": "DOCKERFILE" }
"$schema": "https://railway.app",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"sleepService": false
}
}