update runner

This commit is contained in:
Xuu 2020-08-17 12:13:03 -06:00
parent 177d29e88b
commit 7ac6728a2c
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -15,30 +15,16 @@ steps:
- name: Test
commands:
- make test
---
kind: pipeline
type: exec
name: deploy
platform:
os: linux
arch: amd64
steps:
- name: Build Release
commands:
- cd debian && make release
- cd debian && make build
- name: deploy
commands:
- cd debian && make copy
- cd debian && make deploy
trigger:
target:
- production
event:
- promote
when:
target:
- production
event:
- promote
...