From b1d6322227774e1bde9558be9ee50af6e5465854 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 13 Jan 2019 17:04:47 +0100 Subject: [PATCH] try to fix ssh key --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b1d8f29..be11bbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,9 +18,9 @@ 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 - key: + ssh-key: from_secret: git_push_ssh_key author_name: DroneShipper author_email: shipper@rknet.org