jeremy
jeremy
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
any update @Adam
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
No description
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
modified root folder? the start file is in the ./build/index.js
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
it's a private repo.
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
here is my railway.json
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "npm install && prisma generate --schema=./src/prisma/schema.prisma && tsc"
},
"deploy": {
"numReplicas": 1,
"startCommand": "node ./build/index.js",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "npm install && prisma generate --schema=./src/prisma/schema.prisma && tsc"
},
"deploy": {
"numReplicas": 1,
"startCommand": "node ./build/index.js",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
No description
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
I set it in railway.toml
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
watch path?
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
sometimes, if I make multiple consecutive commits, it may reflect the changes.
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
noticed about a month now.
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
No description
36 replies
RRailway
Created by jeremy on 1/19/2024 in #✋|help
Code Updates Not Reflecting in Railways Deployments: Seeking Help
I commiting the main branch
36 replies