From 113b5e14353f7cbc26785b1c0f0c72fc4b9f288f Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 17 Mar 2025 17:08:48 +0100 Subject: [PATCH] ci: fix quotes again --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f4093f..c8c096c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,12 @@ steps: - ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub - "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '" - ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key $SSH_TARGET ps:stop social - - ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key $SSH_TARGET git:from-image social "glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}" + - ssh -o StrictHostKeyChecking=no + -i ~/.ssh/deploy_key + "$SSH_USER@$SSH_HOST" + git:from-image social + "glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}" + # - echo "SUCCESS" # volumes: