From 996a5f0c6ad2db396775e97476e07a542f310f53 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 00:21:29 +0100 Subject: [PATCH] drone: add remote attribute to git task --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a3fa484..4a55574 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: node commands: - - npm install -g bower gulp + - npm install -g gulp - npm install - gulp when: @@ -11,6 +11,7 @@ pipeline: update: image: appleboy/drone-git-push branch: master + remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git commit: true commit-message: "[SKIP CI] update artifacts" force: false