diff --git a/.drone.yml b/.drone.yml index 0544097..67064e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,16 +22,18 @@ steps: commands: - apt update && apt install openjdk-11-jdk -y && apt install openssh-client -y - ./gradlew :shadowJar + - mkdir .ssh + - echo $SSH > ~/.ssh/id_rsa - scp build/libs/server-all.jar lafourcade@sancy.iut.uca.fr:public_html/TBasket - settings: - port: 22 - host: sancy.iut.uca.fr - username: lafourcade - target: public_html/TBasket - source: build/libs/server-all.jar - key: - from_secret: DEPLOY_KEY_SANCY - secrets: - - source: DEPLOY_KEY_SANCY - rm: false \ No newline at end of file + # settings: + # port: 22 + # host: sancy.iut.uca.fr + # username: lafourcade + # target: public_html/TBasket + # source: build/libs/server-all.jar + # key: + # from_secret: DEPLOY_KEY_SANCY + # secrets: + # - source: DEPLOY_KEY_SANCY + # rm: false \ No newline at end of file