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.
|
6 days ago | |
---|---|---|
.vscode | 5 months ago | |
example@c1d62aac00 | 5 months ago | |
.drone.yml | 1 month ago | |
.gitmodules | 5 months ago | |
Dockerfile | 6 days ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
renovate.json | 5 months ago | |
run.ts | 4 months ago |
README.md
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