From d8c4c3c173e799adc4029875492f7d5772b82ae6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 14:55:18 +0200 Subject: [PATCH] first migration test on prod server --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 858b33c..23b36df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,18 +16,12 @@ server: from_secret: build_server_password steps: - name: Deploiement - environment: - PROD_SERVER_PATH: - from_secret: prod_server_path - 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 - - echo $PROD_SERVER_PATH - - echo $PROD_FOLDER_PATH + - mkdir build - ls - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete