Deploy to Deno #19
johnd0e
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This process does not require any special support from the project.
There are several alternative methods:
Via Playground
This is the simplest method, but keep in mind that if there is a future update, you will need to update the code manually.
With Github integration.
a. Choose a name carefully, as it will be your site address
b. Set the entry point to
src/worker.mjs
This is how it should look
In order to update your site you need just to sync your fork.
Using
deployctl
on the command lineRefer to the docs for details.
Beta Was this translation helpful? Give feedback.
All reactions