From 8334bdcd7d841281a182cade496dbec448c6c096 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 11:03:54 +0200 Subject: [PATCH] Use new deploy key and add spaces --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f07c826..ef5d84e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,12 @@ --- kind: pipeline + name: default + steps: - - name: Deploy application with Dokku + - name: Deploy Homebase with Dokku image: appleboy/drone-git-push:0.2.0-linux-amd64 settings: remote: ssh://dokku@dokku.autonomic.zone:222/homebase ssh_key: - from_secret: homebase_deploy_key + from_secret: drone_deploy_key