Oscar Bustos
How to set a CRON job into my project
Hi, I'm trying to understand how to set a CRON job into my project. After read documentation I didn't see how to do it.
I have a Astro project deployed and now I would like to create a CRON job to create the sitemap once a day.
The command it should run is
npm run build:sitemaps
Thanks6 replies
Hi!
I have a problem trying to deploy my app. I recognize is quite tricky but it's the best solution I found to have the structure I need.
My app it's a Vite/ReactJS app and it runs perfectly, but I need to create a blog so I decide to create a solution with Astro inside my Vite/ReactJS app.
So my structure looks like a tipical ReactJS app but I created a
/blog
folder with a Astro project and I modified my build script and looks like this
"build": "vite build && cd blog && npm run build"
vite build
works fine but I have a problem with Astro
Looks like astro build
it's not working. I try to add engine: 18
on my package.json but it doesn't works.
Thanks for your help and patience120 replies
Trying to deploy Strapi project it fails. It's the same build that works 4 days ago.
Hi I'm trying to deploy a strapi project but it fails. I try to redeploy the same project that builds correctly 4 days ago. But also fails so I think there's something wrong on the CI Here's the build log. Hope it helps
Thanks
37 replies