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