From 0c5e4be2f2163f50f634217a1f9ee634d682d672 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sun, 12 Nov 2023 22:49:24 +0300 Subject: [PATCH] add ssh correctly --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index accd58c..450eb52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: release image: alpine:latest commands: - - apk add --no-cache git ssh + - apk add --no-cache git openssh - cd .pub - git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0tx.site.git - cd neur0tx.site