From 4c56e870f4078a68b9d9900361fe0db37222e3d9 Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 21 Feb 2023 14:10:36 +0100 Subject: [PATCH] ci: force update 2 --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 130afc2..5cb96e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,8 +92,7 @@ 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}" # volumes: # - name: cache