From 1b65c0624a34214dcd1fd48391c202580ec9cd92 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Jan 2025 10:41:29 +0100 Subject: [PATCH] some texton building with drone --- .drone.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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