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")