From 0fd55f30c6267385ae84b46c54654ce72734191c Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 21 Feb 2023 14:14:38 +0100 Subject: [PATCH] ci: force update 3 --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5cb96e4..2f9ff02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,7 +92,9 @@ steps: ssh -o StrictHostKeyChecking=no \ -i ~/.ssh/deploy_key \ "$SSH_USER@$SSH_HOST" \ - git:from-image social "glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}" + git:from-image social \ + "glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}" + - echo "SUCCESS" # volumes: # - name: cache