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