From 9ac1c9a68c85b661164fc2f96e98e064cef2ed3d Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sun, 12 Nov 2023 22:45:10 +0300 Subject: [PATCH] ssh remote for deploy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ad15a42..f11ae29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - apk add --no-cache git - cd .pub - - git clone --filter=tree:0 https://gitea.neur0tx.site/Neur0toxine/neur0tx.site.git + - git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0tx.site.git - cd neur0tx.site - git checkout gitea-pages || git checkout -b gitea-pages - cd ..