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