Open adoublef opened 1 year ago
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
PATCH https://dash.deno.com/api/projects/${projectId}/env
With the response body being Record<EnvName, string| null> There is not official documentation for this yet though.
Record<EnvName, string| null>
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.
There is no official documentation on the feature currently. This infomation was shared within the Official Deno server
From SyncLinear.com | ENG-180
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
I'd like to take this one please
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