From 730d4961e40c76db732a8ab42c8bbe729cf191fb Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Sep 2024 15:11:14 +0200 Subject: [PATCH] test dry run production --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f8053b6..b9e48dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: ssh -name: Stay Safe | Pipeline de déploiement +name: Stay Safe | Front-End | Pipeline de déploiement clone: disable: true @@ -40,4 +40,4 @@ steps: from_secret: prod_folder_path commands: - cd lhoist-stay-safe - - rsync -avhp -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete + - rsync -avhpn -e 'ssh -p 22' ./build/ $PROD_SERVER_PATH:$PROD_FOLDER_PATH --delete