From 014dfe466059c0da4bcab55c952d7e83212f6918 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 13 Jan 2019 17:18:34 +0100 Subject: [PATCH] try ssh key --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index be11bbf..35a6d85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: build image: node commands: - - npm install -g gulp - - npm install + - npm install -g gulp -s + - npm install -s - gulp when: event: push @@ -18,11 +18,12 @@ steps: branch: master remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git commit: true - commit-message: "[SKIP CI] Update artifacts" + commit_message: "[SKIP CI] Update artifacts" force: false - ssh-key: - from_secret: git_push_ssh_key author_name: DroneShipper author_email: shipper@rknet.org + environment: + GIT_PUSH_SSH_KEY: + from_secret: git_push_ssh_key when: event: push