diff --git a/.drone.yml b/.drone.yml index f0d574a..15c75ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... \ No newline at end of file