From f56c3133247b3c2df78a491659b0cbf59c79ec59 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Jul 2024 17:14:43 +0200 Subject: [PATCH] yala --- .drone.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index bf51092..cf4d75f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,17 +9,12 @@ clone: server: host: 51.91.77.19:1982 user: deliadmin - password: CZkJe4ZlDX7y6WLnSFaH8TH9 - + password: + from_secret: ssh_password steps: - name: Deploiement image: node:18 - environment: - PASSWORD: - from_secret: password commands: - - echo $PASSWORD - - echo $(PASSWORD) - git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git - cd Oxfam_Interactive_map - npm install