ultra icon indicating copy to clipboard operation
ultra copied to clipboard

deploy: Vercel

Open monsieurpigeon opened this issue 3 years ago • 3 comments

I use a vercel.json { "public": true, "functions": { "api/**/*.[jt]s": { "runtime": "[email protected]" } } }

And the command vercel --prod gives me a 404 on the endpoint

monsieurpigeon avatar Sep 10 '21 22:09 monsieurpigeon

Thanks @monsieurpigeon - documentation on deployment is next on my list. Ultra runs on oak ultimately, and I see there is a vercel-deno example for oak in their repo already.

https://github.com/vercel-community/deno/blob/master/api/oak.ts

I'll see what we can do to easily support this.

mashaal avatar Sep 11 '21 01:09 mashaal

Realise this has taken longer than expected, but we are working on a vercel deployer -- this is a basic ultra project running on vercel!

https://ultra-vercel.vercel.app

There's a few issues, and a PR in progress that I've opened with the vercel/deno library

https://github.com/vercel-community/deno/pull/93 https://github.com/vercel-community/deno/issues/92 https://github.com/vercel-community/deno/issues/95

Hoping to push the deployment process in the next 0.7.0 release!

It seems they are gearing up to make Deno a first-class citizen in Vercel, so this should make things even easier in the future. https://github.com/vercel-community/deno/pull/94

mashaal avatar Oct 26 '21 20:10 mashaal

What is the progress on the deployment documentation? 😄

sandervspl avatar Jun 01 '22 12:06 sandervspl