A (WIP) docker container for deploying to Deno Deploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Renovate Bot 3dd94cc85e
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update denoland/deno docker tag to v1.31.3
6 days ago
.vscode Change from shell to JS 5 months ago
example@c1d62aac00 Change from shell to JS 5 months ago
.drone.yml if this does not work I am going to murder a child 1 month ago
.gitmodules Fix mistakes 5 months ago
Dockerfile chore(deps): update denoland/deno docker tag to v1.31.3 6 days ago
LICENSE Initial commit, still very TODO 5 months ago
README.md Change from shell to JS 5 months ago
renovate.json chore(deps): add renovate.json 5 months ago
run.ts I am stupid 4 months ago

README.md

Drone Plugin to Deploy to Deno Deploy

Build Status

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

This is built on top of deployctl.

Example Usage

- 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