From f3dfc88bb9a9105e273be34d186055a82c03dafb Mon Sep 17 00:00:00 2001 From: Pascal LAFOURCADE Date: Fri, 25 Nov 2022 18:36:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 67064e8..2ba5690 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: commands: - apt update && apt install openjdk-11-jdk -y && apt install openssh-client -y - ./gradlew :shadowJar - - mkdir .ssh + - mkdir ~/.ssh - echo $SSH > ~/.ssh/id_rsa - scp build/libs/server-all.jar lafourcade@sancy.iut.uca.fr:public_html/TBasket