From 1061d8c48c89edc9e3fc48c4a27bbbfd48489967 Mon Sep 17 00:00:00 2001 From: Xuu Date: Mon, 17 Aug 2020 12:40:32 -0600 Subject: [PATCH] update runner --- .drone.yml | 4 ++++ debian/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 52242fa..f971a5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,10 @@ steps: - name: Test commands: - make test +trigger: + event: + - push + - pull_request --- kind: pipeline type: exec diff --git a/debian/Makefile b/debian/Makefile index 33e7ecd..7a0ed73 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -2,7 +2,7 @@ NAME=sour.is-paste VERSION:=$(shell cat VERSION) RELEASE:=$(shell cat RELEASE) -REPO_HOST="kapha" +REPO_HOST="xuu@kapha" REPO_PATH="/opt/web/pub/sour.is/debian/" all: release build copy