[ENG-180] Support Integration with Deno Deploy #5431
adoublef
started this conversation in
Feature Request
Replies: 3 comments
-
|
I noticed that the backend is written in Typescript which is great as there is this api helper so could help with creating the integration |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'd like to take this one please |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Moving to feature request discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
Deno Deploy is a cloud provider for hosting Deno projects. It is possible to update the env using their API as seen here. The full API endpoint looks like
With the response body being
Record<EnvName, string| null>There is not official documentation for this yet though.Why would it be useful?
Deno Deploy is a popular place to deploy applications and so streamlines secret sharing just like the integrations for Fly.io, Vercel, AWS and more.
Additional context
There is no official documentation on the feature currently. This infomation was shared within the Official Deno server
From SyncLinear.com | ENG-180
Beta Was this translation helpful? Give feedback.
All reactions