From f65392789c729b8a7beb638b4c24b7620d523540 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 27 Jan 2019 15:17:56 +0100 Subject: [PATCH] try new syntax --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f8ed9a4..a74b364 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,12 +18,11 @@ steps: branch: master remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git commit: true + commit_message: "[SKIP CI] Update artifacts" force: false author_name: DroneShipper author_email: shipper@rknet.org - environment: - GIT_PUSH_COMMIT_MESSAGE: "[SKIP CI] Update artifacts" - GIT_PUSH_SSH_KEY: + key: from_secret: git_push_ssh_key when: event: push