Skip to content

Use DENO_DEPLOYMENT_ID in github action??? #149

@RickCogley

Description

@RickCogley

Hi - is there a way to get DENO_DEPLOYMENT_ID so that it can be used in a later step in a GH workflow?

I'm trying this sort of thing:

      - name: Deploy to Deno Deploy
        uses: denoland/deployctl@v1
        with:
          project: logr-cogley-info # the name of the project on Deno Deploy
          entrypoint: https://deno.land/std@0.140.0/http/file_server.ts
          root: public # Where the built HTML/CSS/JS files are located.
        env:
          LALALA: Deno.env.get("DENO_DEPLOYMENT_ID")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions