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

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