From 716fbe555dcbd65d7cff260ea8a5b96c58df495f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 14:43:34 +0200 Subject: [PATCH] first migration test on prod server --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5b3b03..25587e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,9 +22,10 @@ steps: PROD_FOLDER_PATH: from_secret: prod_folder_path commands: - - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git - - cd lhoist-stay-safe - - npm install - - npm run build + # - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git + # - cd lhoist-stay-safe + # - npm install + # - npm run build + - mkdir build - ls - rsync -avhp -e 'ssh -p 22' ./build/ $(PROD_SERVER_PATH):$(PROD_FOLDER_PATH) --delete