change token on gitea
This commit is contained in:
@@ -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 }}
|
||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
target/
|
||||
target/
|
||||
.git/
|
||||
.gitea/
|
||||
|
||||
10
railway.json
10
railway.json
@@ -1,3 +1,11 @@
|
||||
{
|
||||
"build": { "builder": "DOCKERFILE" }
|
||||
"$schema": "https://railway.app",
|
||||
"build": {
|
||||
"builder": "DOCKERFILE",
|
||||
"dockerfilePath": "Dockerfile"
|
||||
},
|
||||
"deploy": {
|
||||
"numReplicas": 1,
|
||||
"sleepService": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user