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
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.
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
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