From 87c4a9b8c75c8b82748067d5d07da81bad3dd7d3 Mon Sep 17 00:00:00 2001 From: Pascal LAFOURCADE Date: Tue, 22 Nov 2022 08:42:50 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8e2aa7eb..e5f95dfd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,13 +11,13 @@ steps: # commands: # - npm install - - name: deploy - image: appleboy/drone-scp - settings: - port: 22 - host: sancy.iut.uca.fr - username: lafourcade - target: public_html/Scripted - source: WEB/* - key-path: "${HOME}/.ssh/id_rsa" +- name: deploy + image: appleboy/drone-scp + settings: + port: 22 + host: sancy.iut.uca.fr + username: lafourcade + target: public_html/Scripted + source: WEB/* + key-path: "${HOME}/.ssh/id_rsa"