CrawKatt
CrawKatt
Explore posts from servers
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
ok, thank you very much and i sorry for the problems with me 😅
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"buildCommand": "cargo run",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"restartPolicyType": "NEVER"
}
}
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"buildCommand": "cargo run",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"restartPolicyType": "NEVER"
}
}
the "cargo run" is added by itself.
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
and for some reason the run charge is added on its own
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
the strange thing is that it keeps on giving this warning but it already recognizes the json
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
JSON
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"buildCommand": "cargo run",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"restartPolicyType": "NEVER"
}
}
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"buildCommand": "cargo run",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"restartPolicyType": "NEVER"
}
}
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
that's in the service? because I don't have a railway.json in my project 😅
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
did not disappear, maybe it is because of the RUN cargo build --release
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
ok
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
maybe it's the nixpacks because I haven't removed it yet. 😅
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
ohh
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
no compile or start command in the configuration 👍🏻
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
I just realized and fixed it 😅
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
I thought that was to create the file and that it would give the name assigned there. 😅 sorry i am a bit new to deploys.
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
I added the token without quotes
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
with " " or without " "?
136 replies
RRailway
Created by CrawKatt on 7/20/2023 in #✋|help
Problems deploying Discord Bot written in Rust in Railway
ok, thank you very much for the help
136 replies