From dd7b2c3cf80b90b7283ad707d34f1ca0f9f25ec6 Mon Sep 17 00:00:00 2001 From: Pascal LAFOURCADE Date: Fri, 25 Nov 2022 18:02:15 +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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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