diff --git a/.drone.yml b/.drone.yml index c31f3a3..c41233f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,22 +8,22 @@ trigger: - dev steps: -- name: 'Unit Tests' + - name: 'Unit Tests' image: ubuntu:latest commands: - apt update && apt install openjdk-11-jdk -y - ./gradlew :test -- name: deploy - image: appleboy/drone-scp - 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 + - name: deploy + image: appleboy/drone-scp + 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