diff --git a/.drone.yml b/.drone.yml index 926b6ec..dac0b82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,12 +8,12 @@ steps: commands: - git clone https://git.deligraph.be/Antoine/Deligraph-V3 - name: Installation du package - image: alpine/git + image: node commands: - cd Deligraph-V3 - npm install - name: Build du package - image: alpine/git + image: node commands: - cd Deligraph-V3 - npm run production