if this does not work I am going to murder a child
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
d131dda750
commit
11f0d46460
1 changed files with 13 additions and 8 deletions
21
.drone.yml
21
.drone.yml
|
@ -1,5 +1,5 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
name: PR
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
|
@ -14,6 +14,12 @@ steps:
|
|||
event:
|
||||
- pull_request
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: Push
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: Build & Publish
|
||||
depends_on:
|
||||
- "clone"
|
||||
|
@ -25,11 +31,10 @@ steps:
|
|||
from_secret: password
|
||||
repo: git.froth.zone/sam/drone-deno-deploy
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
exclude:
|
||||
- pull_request
|
||||
event:
|
||||
- push
|
||||
depends_on:
|
||||
- "clone"
|
Loading…
Reference in a new issue