From 62949c7db0dc66a3f4dc32ab3930044c9a5503f2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 22:39:04 +0100 Subject: [PATCH] Don't include .git then --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f642e54..f07c826 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,6 @@ steps: - name: Deploy application with Dokku image: appleboy/drone-git-push:0.2.0-linux-amd64 settings: - remote: ssh://dokku@dokku.autonomic.zone:222/homebase.git + remote: ssh://dokku@dokku.autonomic.zone:222/homebase ssh_key: from_secret: homebase_deploy_key