Oscar Bustos
Oscar Bustos
RRailway
Created by Oscar Bustos on 3/21/2024 in #✋|help
How to set a CRON job into my project
Should I updated the railway.json?
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"numReplicas": 1,
"sleepApplication": false,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"numReplicas": 1,
"sleepApplication": false,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
6 replies
RRailway
Created by Oscar Bustos on 3/21/2024 in #✋|help
How to set a CRON job into my project
I want to do railway cron
6 replies
RRailway
Created by Oscar Bustos on 3/21/2024 in #✋|help
How to set a CRON job into my project
433694d4-8b7c-4582-84e2-6a75a2bbaf19
6 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
Ok will try your solution creating a subdomain. Thanks
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
I agree. It was the first time I used this kind of solution
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
My other idea was to move everything to NextJS but it's to hard to move everything to NextJS just because I need a blog in my project mildpanic
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
mmm ok. I'll think about it. Thanks for your time @Brody . I really appreciate it ❤️
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
but why it's not a good idea my first approach?
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
ok
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
I get it
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
Well I'm planning to have a great url domain.com/blog/first-blog domain.com/blog/es/primer-blog domain.com/blog/en/primer-blog
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
Is it possible?
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
That's why my first idea was change my build script into the React app into this
"build": "cd blog && astro build && cd .. && vite build",
"build": "cd blog && astro build && cd .. && vite build",
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
sorry maybe I didn't explain what I need. 1. Build my Vite/React app 2.Build my Astro blog and put it into the Vite/React /dist/blog folder
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
mmm yes but my configuration its something more complex. I have my reactJs and the astro blog
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
it fails
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
I'll try
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
mmm if I put your template into the blog folder should be fine?
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
looks like astro in server output needs something that it´s not compatible with the build process
120 replies
RRailway
Created by Oscar Bustos on 12/14/2023 in #✋|help
Hi!
also it's so strange i need to add packages manually that I dont use in my code
120 replies