diff --git a/.drone.yml b/.drone.yml index 33e65ab..2c1a7ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,20 @@ type: docker name: default steps: - - name: test + - name: Clonage du Repo image: alpine commands: - - pwd - - ls + - git clone https://git.deligraph.be/Antoine/Deligraph-V3 + - name: Installation du package + image: alpine + commands: + - cd homegrade_theme_production + - npm install + - name: Build du package + image: alpine + commands: + - cd Deligraph-V3 + - npm run production - name: Deploy to FTP server image: cschlosser/drone-ftps