From e8d300116c5fb161bca2b30a1e6243c99e67d9dd Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 8 May 2017 02:41:12 +0200 Subject: [PATCH] fix secret typo in yaml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 31718ab10..4b465b4f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ pipeline: commands: - ./ci.sh - ./dist.sh - secrets: [ ssk_key ] + secrets: [ ssh_key ] when: event: push