deployctl icon indicating copy to clipboard operation
deployctl copied to clipboard

deploying statically generated site

Open lambtron opened this issue 3 years ago • 0 comments

would be cool if we could allow github action yaml file to look like this:

- uses: denoland/deployctl@v1
        with:
          project: example-deno-eleventy
          static: _site

instead of:

- uses: denoland/deployctl@v1
        with:
          project: example-deno-eleventy
          entrypoint: https://deno.land/[email protected]/http/file_server.ts
          root: _site

lambtron avatar Jun 06 '22 21:06 lambtron