From fcf3979593f4acee09f74ddaac1c58aed0796d55 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 11:38:30 +0200 Subject: [PATCH] bundly the project on the build server --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2625608..16af8b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,5 +17,8 @@ steps: - name: Deploiement commands: - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git - - pwd + - cd lhoist-stay-safe + - npm install + - npm run build - ls + # - rsync -avhp ./dist/ $PROJECT_SERVER_PATH --delete