diff --git a/.drone.yml b/.drone.yml index 1d196e5..9dcea9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,7 @@ steps: - name: Deploiement image: node commands: + - git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git + - cd Oxfam_Interactive_map - npm install - npm test