From 6fa6bc96bfc26247ce183d107a167ba4079e70cf Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 20:23:08 +0100 Subject: [PATCH] Use SSH based URL to deal with port issue --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index aa3b33d..d165494 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,6 @@ steps: image: appleboy/drone-git-push:0.2.0-linux-amd64 settings: branch: master - remote: dokku@dokku.autonomic.zone:homebase.git + remote: ssh://dokku@dokku.autonomic.zone:222/homebase.git ssh_key: from_secret: homebase_deploy_key