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