update runner
This commit is contained in:
parent
177d29e88b
commit
7ac6728a2c
24
.drone.yml
24
.drone.yml
|
@ -15,30 +15,16 @@ steps:
|
||||||
- name: Test
|
- name: Test
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: exec
|
|
||||||
name: deploy
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
commands:
|
commands:
|
||||||
- cd debian && make release
|
- cd debian && make release
|
||||||
- cd debian && make build
|
- cd debian && make build
|
||||||
|
|
||||||
- name: deploy
|
|
||||||
commands:
|
|
||||||
- cd debian && make copy
|
- cd debian && make copy
|
||||||
- cd debian && make deploy
|
- cd debian && make deploy
|
||||||
|
when:
|
||||||
trigger:
|
target:
|
||||||
target:
|
- production
|
||||||
- production
|
event:
|
||||||
event:
|
- promote
|
||||||
- promote
|
|
||||||
...
|
...
|
Loading…
Reference in New Issue
Block a user