SamTherapy / deno-deploy

[MIRROR] A Drone/Woodpecker CI plugin to use Deno Deploy

Home Page:https://git.froth.zone/actions/deno-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[MIRROR] A Drone/Woodpecker CI plugin to use Deno Deploy

https://git.froth.zone/actions/deno-deploy

License:Apache License 2.0


Languages

Language:TypeScript 86.2%Language:Dockerfile 13.8%