Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy: Vercel #9

Open
monsieurpigeon opened this issue Sep 10, 2021 · 3 comments
Open

deploy: Vercel #9

monsieurpigeon opened this issue Sep 10, 2021 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@monsieurpigeon
Copy link

I use a vercel.json
{ "public": true, "functions": { "api/**/*.[jt]s": { "runtime": "vercel-deno@0.7.13" } } }

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

@mashaal
Copy link
Member

mashaal commented Sep 11, 2021

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 mashaal added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 11, 2021
@mashaal mashaal changed the title I can't deploy it to vercel, need some help about this Deploy to Vercel Oct 17, 2021
@mashaal
Copy link
Member

mashaal commented Oct 26, 2021

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

vercel-community/deno#93
vercel-community/deno#92
vercel-community/deno#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. vercel-community/deno#94

@mashaal mashaal added this to the v1.1.0 milestone Apr 21, 2022
@mashaal mashaal self-assigned this Apr 24, 2022
@sandervspl
Copy link

What is the progress on the deployment documentation? 😄

@mashaal mashaal added the help wanted Extra attention is needed label Aug 29, 2022
@mashaal mashaal changed the title Deploy to Vercel deploy: Vercel Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants