I am trying to deploy an Astro static site.
The site is deployed on Vercel, but on Kinsta (it is a copy named differently) the deployment won’t happen.
As I have followed the Astro doc I do not understand what is wrong.
Thank you for your rapid answer.
However this did not work.
I have tried with pnpm (which is what I use) as welll, but no luck. here a link to the github repo just for you. if it is something you have time to check.
After looking at the deployment before the last, I see this error:
Error: dist directory does not exist.
It seems you need to select the right publish directory in your site settings. The publish directory is the directory containing the HTML files and assets for deployment. This can be changed in the Basic details of your site in MyKinsta.
Long story short : I chose a easier route as I needed the website online this morning.
I guess it had to do the the abscence of of the dist folder or the presence of an adapter for Vercel (but removing it broke the site). Anyway…
That said had no problem deploying your template website in a matter of minutes.
I will try, once more, using your services on a project that will be build with hosting on Kinsta in mind.