From 6725fd518adc8285f934fe4622e19cb39cb3f94d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 20:09:00 +0100 Subject: [PATCH] Don't forget the .git --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bd78a31..49cac55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,6 @@ steps: - name: Deploy application with Dokku image: appleboy/drone-git-push settings: - remote: "dokku@dokku.autonomic.zone:homebase" + remote: dokku@dokku.autonomic.zone:homebase.git ssh_key: from_secret: homebase_deploy_key