init
This commit is contained in:
commit
f505f71c75
37
.drone.yml
Normal file
37
.drone.yml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
commands:
|
||||||
|
- echo "testing"
|
||||||
|
- sleep 5
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: deploy
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
commands:
|
||||||
|
- echo test
|
||||||
|
- echo test2
|
||||||
|
- echo test3
|
||||||
|
- sleep 3
|
||||||
|
|
||||||
|
- name: deploy
|
||||||
|
commands:
|
||||||
|
- echo deploy
|
||||||
|
- sleep 3
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- promote
|
||||||
|
target:
|
||||||
|
- production
|
Loading…
Reference in New Issue
Block a user