deno-deploy/.github
Sam Therapy 8b58f5a09c
Some checks failed
ci / docker (push) Failing after 35s
I am in physical pain
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-27 21:17:45 +01:00
..
workflows I am in physical pain 2024-03-27 21:17:45 +01:00
README.md Attempt to create a GitHub Action 2024-03-27 20:41:36 +01:00

Drone Plugin to Deploy to Deno Deploy

Built with the Deno Standard Library

A Drone and Woodpecker plugin to deploy a JavaScript/TypeScript application to Deno Deploy.

This is built on top of deployctl.

Example Usage (Drone)

- name: Deploy to Deno Deploy (prod)
  image: git.froth.zone/sam/drone-deno-deploy
  environment:
    DENO_DEPLOY_TOKEN:
      from_secret: DENO_DEPLOY_TOKEN
  settings:
    project: drone-deploy
    entrypoint: server/main.ts
    production: true
  when:
    branch:
    - master
    event:
    - push