A (WIP) docker container for deploying to Deno Deploy
Sam Therapy
11f0d46460
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net> |
||
---|---|---|
.vscode | ||
example@c1d62aac00 | ||
.drone.yml | ||
.gitmodules | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json | ||
run.ts |
Drone Plugin to Deploy to Deno Deploy
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