Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

Pascal LAFOURCADE 2 years ago
parent 25587f7bd9
commit f3dfc88bb9

@ -22,7 +22,7 @@ steps:
commands: commands:
- apt update && apt install openjdk-11-jdk -y && apt install openssh-client -y - apt update && apt install openjdk-11-jdk -y && apt install openssh-client -y
- ./gradlew :shadowJar - ./gradlew :shadowJar
- mkdir .ssh - mkdir ~/.ssh
- echo $SSH > ~/.ssh/id_rsa - echo $SSH > ~/.ssh/id_rsa
- scp build/libs/server-all.jar lafourcade@sancy.iut.uca.fr:public_html/TBasket - scp build/libs/server-all.jar lafourcade@sancy.iut.uca.fr:public_html/TBasket