deno-deploy/.drone.yml
Sam Therapy ab5cd6af84
All checks were successful
continuous-integration/drone/push Build is passing
ci: Add test pipeline
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-11 03:15:04 +02:00

29 lines
489 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: Build
image: plugins/docker
settings:
repo: git.froth.zone/sam/drone-deno-deploy
dry_run: true
when:
event:
- pull_request
- name: Build & Publish
image: plugins/docker
settings:
registry: git.froth.zone
username: sam
password:
from_secret: password
repo: git.froth.zone/sam/drone-deno-deploy
tags: latest
when:
branch:
- master
event:
- push