Skip to content

[ENG-180] Support Integration with Deno Deploy #1077

@adoublef

Description

@adoublef

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions