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"