From 15de9ec55bfc8ff198b52d94d8f1c6a14606d549 Mon Sep 17 00:00:00 2001 From: Ekaropolus Date: Tue, 13 May 2025 14:56:03 -0600 Subject: [PATCH] ci: fix YAML indentation so drone-ssh sees host II --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eeaead9..9114738 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: username: drone port: 22 key: - from_secret: PROD_SSH_KEY + from_secret: docs_ssh_key script: - cd /home/polisplexity/app.polisplexity.tech - git pull origin main